diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
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 | |||
59 | toc := $(appendixd)/toc.txt | 59 | toc := $(appendixd)/toc.txt |
60 | tocHead := $(trunkd)/toc.head | 60 | tocHead := $(trunkd)/toc.head |
61 | tocHtml := toc.html | 61 | tocHtml := toc.html |
62 | appendices := $(island) $(firstLines) $(commonTitles) $(toc) $(hapax) | 62 | appendices := $(firstLines) $(commonTitles) $(toc) $(hapax) |
63 | appendixHtmls := $(patsubst $(appendixd)/%.txt,%.html,$(appendices)) | 63 | appendixHtmls := $(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 |
67 | all : appendices backlinks htmls | 67 | all : appendices backlinks htmls |
68 | htmls: $(htmls) | 68 | htmls: $(htmls) |
69 | backlinks: $(backHtmls) | 69 | backlinks: $(backHtmls) $(islandHtml) |
70 | appendices: $(appendixHtmls) | 70 | appendices: $(appendixHtmls) |
71 | clean : | 71 | clean : |
72 | -rm -f $(htmls) | 72 | -rm -f $(htmls) |