From 3b37989606c44902d90a3723e197d8c318a302bf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 27 Mar 2015 13:47:42 -0700 Subject: Change verse lines '$' -> '^| ' --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index be0806a..768b342 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,7 @@ RIVERs := $(filter-out $(HAPAXbl),$(patsubst %.txt,%.river,$(TEXTs))) HAPAXs := $(filter-out $(HAPAXbl),$(RIVERs)) HAPAXer = trunk/hapax.lua -HAPAXhd = trunk/hapax.head +HAPAXhd:= trunk/hapax.head HAPAXtmp= hapax.tmp HAPAX = hapax.txt @@ -35,7 +35,7 @@ river : $(RIVERs) lozenge : $(LOZENGE) # Generic rule for HTML targets and Markdown sources -%.html : %.txt +%.html : %.txt template.html pandoc $< -f markdown -t html5 $(HTMopts) -o $@ # Generic rule for RIVER targets and Markdown sources -- cgit 1.4.1-21-gabe81