summary refs log tree commit diff
path: root/site.mk
diff options
context:
space:
mode:
Diffstat (limited to 'site.mk')
-rw-r--r--site.mk22
1 files changed, 0 insertions, 22 deletions
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
-