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:
parent
f15f5708bf
commit
6db2ad2130
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ help:
|
|||
|
||||
|
||||
html: clean $$(OUTPUTDIR)/index.html
|
||||
@echo 'Done'
|
||||
|
||||
$$(OUTPUTDIR)/%.html:
|
||||
$$(PELICAN) $$(INPUTDIR) -o $$(OUTPUTDIR) -s $$(CONFFILE) $$(PELICANOPTS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue