1
0
Fork 0
forked from github/pelican

Remove "Done" after running "make html"

Pelican now provides better user feedback (see #857), so echoing "Done"
after a "make html" run has become redundant.
This commit is contained in:
Justin Mayer 2013-04-23 07:32:42 -07:00
commit 6db2ad2130

View file

@ -41,7 +41,6 @@ help:
html: clean $$(OUTPUTDIR)/index.html
@echo 'Done'
$$(OUTPUTDIR)/%.html:
$$(PELICAN) $$(INPUTDIR) -o $$(OUTPUTDIR) -s $$(CONFFILE) $$(PELICANOPTS)