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 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