Makefile now uses extfmt for formatter for .pg files

master
Mike Gerwitz 2013-05-30 23:16:04 -04:00
parent af80689eae
commit d91d0cb711
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ thoughts:
./tools/mgify "$@"
%.html: %.pg
$(repo2html) -i content < $< > $@
$(repo2html) -icontent -ftools/extfmt < $< > $@
pages: $(pages)
articles: $(articles)