From 08fd8e95dccb91d0495a50d1009f85cb80cfad65 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 14 Apr 2015 18:09:55 -0700 Subject: First compile in v1.0.0 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 978e3f7..5ba127c 100644 --- a/makefile +++ b/makefile @@ -59,14 +59,14 @@ commonTitlesHtml := common-titles.html toc := $(appendixd)/toc.txt tocHead := $(trunkd)/toc.head tocHtml := toc.html -appendices := $(island) $(firstLines) $(commonTitles) $(toc) $(hapax) +appendices := $(firstLines) $(commonTitles) $(toc) $(hapax) appendixHtmls := $(patsubst $(appendixd)/%.txt,%.html,$(appendices)) # }}} # PHONY TARGETS {{{ .PHONY: all clean again appendices htmls backlinks all : appendices backlinks htmls htmls: $(htmls) -backlinks: $(backHtmls) +backlinks: $(backHtmls) $(islandHtml) appendices: $(appendixHtmls) clean : -rm -f $(htmls) -- cgit 1.4.1-21-gabe81