From 7956cf0b88a45017d36c744f6c02b5bbb1f15f67 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 14 Dec 2016 00:58:35 -0500 Subject: [PATCH] :Re-make pages on tpl/.config modification This determines headers and other formatting. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3992efe..06be86c 100644 --- a/Makefile +++ b/Makefile @@ -65,9 +65,9 @@ thoughts: ./tools/mgify "$@" # "pages" -%.html: %.pg docs/papers/.list +%.html: %.pg docs/papers/.list tpl/.config $(repo2html) -icontent -ftools/extfmt <$< >$@ -%.html: %.md +%.html: %.md tpl/.config $(repo2html) -icontent -ftools/mdfmt <$< >$@ # TeX papers are expected to have their own makefiles as well as an abstract.tex