This commit is contained in:
2019-06-03 10:49:50 +03:00
parent 3b34f960b5
commit bf0c4a6c26
6 changed files with 34 additions and 15 deletions

View File

@ -1,9 +1,9 @@
build:
pelican
pelican -s pelicanconf.py
pdf:
pelican -s pelicanconf-full.py
web:
pelican -s pelicanconf-web.py
clean:
rm -rf cache-html cache-full cache __pycache__
rm -rf cache __pycache__