From e2c33fc218dd3677a7f8366815a6b4de1ff7cde3 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 15 Sep 2015 13:42:08 +0200 Subject: initial commit --- site.mk | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 site.mk (limited to 'site.mk') diff --git a/site.mk b/site.mk deleted file mode 100644 index df9d895..0000000 --- a/site.mk +++ /dev/null @@ -1,22 +0,0 @@ -.POSIX: -.SUFFIXES: .md .html .json -SHELL=/bin/zsh - -mdpages = $(wildcard *.md) -webpages = ${mdpages:.md=.html} -template_html=$(depth)/template.html5 -keywords_m4=$(depth)/m4/defs -basics= $(template_html) $(keywords_m4) menu - -# { m4 -I$(depth)/m4 pre defs - |\ - -htmlify = \ - { pandoc -Vdepth=$(depth) \ - --toc --template $(template_html) -s -B menu |\ - m4 -I$(depth)/m4 post defs render - } - -.md.json: menu - m4 $(depth)/defs $< | pandoc -Vdepth=$(depth) -tjson | json_pp > $@ - -can_comment = perl $(depth)/add_comment_links.pl - -- cgit v1.2.3