forked from github/pelican
Add info about debugging to the help output of the makefile
This commit is contained in:
parent
12fd53c27e
commit
0d63b4520a
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ help:
|
|||
@echo ' s3_upload upload the web site via S3 '
|
||||
@echo ' github upload the web site via gh-pages '
|
||||
@echo ' '
|
||||
|
||||
@echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html'
|
||||
@echo ' '
|
||||
|
||||
html: clean $$(OUTPUTDIR)/index.html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue