diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/and.txt | 3 | ||||
-rw-r--r-- | src/makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/and.txt b/src/and.txt index 25b83c6..5e40517 100644 --- a/src/and.txt +++ b/src/and.txt | |||
@@ -1,6 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | title: And | 2 | title: And |
3 | id: and | ||
4 | genre: verse | 3 | genre: verse |
5 | 4 | ||
6 | epigraph: | 5 | epigraph: |
@@ -13,7 +12,7 @@ epigraph: | |||
13 | 12 | ||
14 | project: | 13 | project: |
15 | title: Elegies for alternate selves | 14 | title: Elegies for alternate selves |
16 | class: elegies | 15 | css: elegies |
17 | order: 3 | 16 | order: 3 |
18 | next: | 17 | next: |
19 | - title: Words and meaning | 18 | - title: Words and meaning |
diff --git a/src/makefile b/src/makefile index 57b42c8..b637494 100644 --- a/src/makefile +++ b/src/makefile | |||
@@ -28,7 +28,8 @@ lozenge : $(LOZENGE) | |||
28 | # Generic rule for RIVER targets and Markdown sources | 28 | # Generic rule for RIVER targets and Markdown sources |
29 | %.river : %.txt | 29 | %.river : %.txt |
30 | @echo River-ing $@ | 30 | @echo River-ing $@ |
31 | @sed "s/[^A-Za-z0-9'-]/ /g" $< |\ | 31 | @sed -e '/^---$$/,/^...$$/d'\ |
32 | -e "s/[^][A-Za-z0-9\/\"':.-]/ /g" $< |\ | ||
32 | pandoc - -f markdown -t $(LUAdir)/river.lua $(RIVopts) -o $(RIVdir)/$@ | 33 | pandoc - -f markdown -t $(LUAdir)/river.lua $(RIVopts) -o $(RIVdir)/$@ |
33 | 34 | ||
34 | $(LOZENGE) : $(HTMLdir)/$(HTMLs) | 35 | $(LOZENGE) : $(HTMLdir)/$(HTMLs) |