diff options
author | Case Duckworth | 2015-03-27 13:47:42 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-27 13:47:42 -0700 |
commit | 3b37989606c44902d90a3723e197d8c318a302bf (patch) | |
tree | e614c3ddbb8879e96ee739a75ad2f52a645b87c2 /makefile | |
parent | Add HAPAX LEGOMENA support & flatten structure (diff) | |
download | autocento-3b37989606c44902d90a3723e197d8c318a302bf.tar.gz autocento-3b37989606c44902d90a3723e197d8c318a302bf.zip |
Change verse lines '$' -> '^| '
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
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 | ||
17 | HAPAXs := $(filter-out $(HAPAXbl),$(RIVERs)) | 17 | HAPAXs := $(filter-out $(HAPAXbl),$(RIVERs)) |
18 | HAPAXer = trunk/hapax.lua | 18 | HAPAXer = trunk/hapax.lua |
19 | HAPAXhd = trunk/hapax.head | 19 | HAPAXhd:= trunk/hapax.head |
20 | HAPAXtmp= hapax.tmp | 20 | HAPAXtmp= hapax.tmp |
21 | HAPAX = hapax.txt | 21 | HAPAX = hapax.txt |
22 | 22 | ||
@@ -35,7 +35,7 @@ river : $(RIVERs) | |||
35 | lozenge : $(LOZENGE) | 35 | lozenge : $(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 |