about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile index 978e3f7..5ba127c 100644 --- a/makefile +++ b/makefile
@@ -59,14 +59,14 @@ commonTitlesHtml := common-titles.html
59toc := $(appendixd)/toc.txt 59toc := $(appendixd)/toc.txt
60tocHead := $(trunkd)/toc.head 60tocHead := $(trunkd)/toc.head
61tocHtml := toc.html 61tocHtml := toc.html
62appendices := $(island) $(firstLines) $(commonTitles) $(toc) $(hapax) 62appendices := $(firstLines) $(commonTitles) $(toc) $(hapax)
63appendixHtmls := $(patsubst $(appendixd)/%.txt,%.html,$(appendices)) 63appendixHtmls := $(patsubst $(appendixd)/%.txt,%.html,$(appendices))
64# }}} 64# }}}
65# PHONY TARGETS {{{ 65# PHONY TARGETS {{{
66.PHONY: all clean again appendices htmls backlinks 66.PHONY: all clean again appendices htmls backlinks
67all : appendices backlinks htmls 67all : appendices backlinks htmls
68htmls: $(htmls) 68htmls: $(htmls)
69backlinks: $(backHtmls) 69backlinks: $(backHtmls) $(islandHtml)
70appendices: $(appendixHtmls) 70appendices: $(appendixHtmls)
71clean : 71clean :
72 -rm -f $(htmls) 72 -rm -f $(htmls)