about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorCase Duckworth2015-03-27 13:47:42 -0700
committerCase Duckworth2015-03-27 13:47:42 -0700
commit3b37989606c44902d90a3723e197d8c318a302bf (patch)
treee614c3ddbb8879e96ee739a75ad2f52a645b87c2 /makefile
parentAdd HAPAX LEGOMENA support & flatten structure (diff)
downloadautocento-3b37989606c44902d90a3723e197d8c318a302bf.tar.gz
autocento-3b37989606c44902d90a3723e197d8c318a302bf.zip
Change verse lines '$' -> '^| '
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
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)))
16 16
17HAPAXs := $(filter-out $(HAPAXbl),$(RIVERs)) 17HAPAXs := $(filter-out $(HAPAXbl),$(RIVERs))
18HAPAXer = trunk/hapax.lua 18HAPAXer = trunk/hapax.lua
19HAPAXhd = trunk/hapax.head 19HAPAXhd:= trunk/hapax.head
20HAPAXtmp= hapax.tmp 20HAPAXtmp= hapax.tmp
21HAPAX = hapax.txt 21HAPAX = hapax.txt
22 22
@@ -35,7 +35,7 @@ river : $(RIVERs)
35lozenge : $(LOZENGE) 35lozenge : $(LOZENGE)
36 36
37# Generic rule for HTML targets and Markdown sources 37# Generic rule for HTML targets and Markdown sources
38%.html : %.txt 38%.html : %.txt template.html
39 pandoc $< -f markdown -t html5 $(HTMopts) -o $@ 39 pandoc $< -f markdown -t html5 $(HTMopts) -o $@
40 40
41# Generic rule for RIVER targets and Markdown sources 41# Generic rule for RIVER targets and Markdown sources