diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -55,7 +55,7 @@ subpages = $(patsubst content/%.md,.cache/meta/%.json, \ | |||
| 55 | $(eval NAMESPACE = $(call namespace,$@,.cache/meta)) | 55 | $(eval NAMESPACE = $(call namespace,$@,.cache/meta)) |
| 56 | $(if $(PAGES_FILES),jq -s --arg namespace "$(NAMESPACE)" -f scripts/subpages.jq $(PAGES_FILES) > "$@.pages",echo "{}" > "$@.pages") | 56 | $(if $(PAGES_FILES),jq -s --arg namespace "$(NAMESPACE)" -f scripts/subpages.jq $(PAGES_FILES) > "$@.pages",echo "{}" > "$@.pages") |
| 57 | pandoc \ | 57 | pandoc \ |
| 58 | -f markdown-citations \ | 58 | -f markdown-citations-implicit_figures \ |
| 59 | -t html5 \ | 59 | -t html5 \ |
| 60 | --wrap preserve \ | 60 | --wrap preserve \ |
| 61 | --no-highlight \ | 61 | --no-highlight \ |
| @@ -66,7 +66,7 @@ subpages = $(patsubst content/%.md,.cache/meta/%.json, \ | |||
| 66 | $(PANDOC_FILTERS) \ | 66 | $(PANDOC_FILTERS) \ |
| 67 | -o "$@.meta" "$<" | 67 | -o "$@.meta" "$<" |
| 68 | pandoc \ | 68 | pandoc \ |
| 69 | -f markdown-citations \ | 69 | -f markdown-citations-implicit_figures \ |
| 70 | -t html5 \ | 70 | -t html5 \ |
| 71 | --wrap preserve \ | 71 | --wrap preserve \ |
| 72 | --lua-filter scripts/metadata_filter.lua \ | 72 | --lua-filter scripts/metadata_filter.lua \ |
| @@ -86,7 +86,7 @@ out/%.html: content/%.md .cache/meta/%.json $(CONTENT_TEMPLATES_SRC) metadata/*. | |||
| 86 | 86 | ||
| 87 | mkdir -p $(@D) | 87 | mkdir -p $(@D) |
| 88 | pandoc \ | 88 | pandoc \ |
| 89 | -f markdown-citations \ | 89 | -f markdown-citations-implicit_figures \ |
| 90 | -t html5 \ | 90 | -t html5 \ |
| 91 | --wrap preserve \ | 91 | --wrap preserve \ |
| 92 | --no-highlight \ | 92 | --no-highlight \ |
| @@ -104,7 +104,7 @@ out/%.xml: content/%.md .cache/meta/%.json $(FEED_TEMPLATES_SRC) metadata/*.yaml | |||
| 104 | 104 | ||
| 105 | mkdir -p $(@D) | 105 | mkdir -p $(@D) |
| 106 | pandoc \ | 106 | pandoc \ |
| 107 | -f markdown-citations \ | 107 | -f markdown-citations-implicit_figures \ |
| 108 | -t html5 \ | 108 | -t html5 \ |
| 109 | --wrap preserve \ | 109 | --wrap preserve \ |
| 110 | --no-highlight \ | 110 | --no-highlight \ |
