Files
.com/Makefile
T
Kenneth Reitz 20dfb3595a makefile change
2012-12-09 14:58:24 -05:00

14 lines
290 B
Makefile

html:
rm -fr output/*.html output/theme
./pelican_r -t theme -s settings.py content
open: html
open output/index.html
ci: init html
cd output; git add -A; git commit -m 'update'; git push git@heroku.com:kennethreitz.git master
init:
pip install -r requirements.txt
mkdir -p output