diff options
author | Mike Gerwitz <mtg@gnu.org> | 2016-12-14 00:58:35 -0500 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2016-12-14 00:58:59 -0500 |
commit | 7956cf0b88a45017d36c744f6c02b5bbb1f15f67 (patch) | |
tree | ed292f27453a3a24d29ec6941d82e97c8b9ec9fd /Makefile | |
parent | 951f7c05555a0792135b2430727c84bc88ebc2b5 (diff) | |
download | thoughts-7956cf0b88a45017d36c744f6c02b5bbb1f15f67.tar.gz thoughts-7956cf0b88a45017d36c744f6c02b5bbb1f15f67.tar.bz2 thoughts-7956cf0b88a45017d36c744f6c02b5bbb1f15f67.zip |
:Re-make pages on tpl/.config modification
This determines headers and other formatting.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |