add navbar to wiki

This commit is contained in:
Ben Harris
2020-05-06 00:50:17 -04:00
parent c1b8ef873c
commit 9f7c330162
3 changed files with 12 additions and 12 deletions

View File

@@ -14,6 +14,7 @@ index: dep-php index.html
$(info building $@)
@$(PANDOC) \
--from markdown+backtick_code_blocks \
--include-before-body=../nav.html \
--template wiki.tmpl \
--lua-filter header-permalinks.lua \
--highlight-style=custom.theme \
@@ -36,8 +37,7 @@ index: dep-php index.html
clean:
$(info removing generated files)
-rm $(DST_HTML_FILES)
-rm $(DST_TXT_FILES)
-rm *.html *.txt
dep-pandoc::
ifndef PANDOC