1
0
Fork 0

make puo bastare

This commit is contained in:
boyska 2017-06-04 11:05:50 +02:00
parent 7b7622215d
commit b4c54ea2e5
No known key found for this signature in database
GPG key ID: 7395DCAE58289CA9
2 changed files with 4 additions and 2 deletions

View file

@ -17,6 +17,8 @@ ifeq ($(VERBOSE), 1)
PELICANOPTS += -v
endif
all: publish
help:
@echo 'Makefile for a pelican Web site '
@echo ' '

View file

@ -12,7 +12,7 @@ So you want to contribute, nice!
```
mkvirtualenv hackmeeting-website
pip install -r requirements.txt
make publish
make
firefox output/index.html
```
@ -20,7 +20,7 @@ Also, `make help` is your friend.
**Morte ai nemici dell'UTF-8**
Se devi debuggare, `make DEBUG=1 publish`
Se devi debuggare, `make DEBUG=1`
Aggiungere un talk
--------------------