:Re-make pages on tpl/.config modification
This determines headers and other formatting.master
parent
951f7c0555
commit
7956cf0b88
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in New Issue