forked from boyska/sito-hackit-17
make puo bastare
This commit is contained in:
parent
7b7622215d
commit
b4c54ea2e5
2 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -17,6 +17,8 @@ ifeq ($(VERBOSE), 1)
|
||||||
PELICANOPTS += -v
|
PELICANOPTS += -v
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
all: publish
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo 'Makefile for a pelican Web site '
|
@echo 'Makefile for a pelican Web site '
|
||||||
@echo ' '
|
@echo ' '
|
||||||
|
|
|
@ -12,7 +12,7 @@ So you want to contribute, nice!
|
||||||
```
|
```
|
||||||
mkvirtualenv hackmeeting-website
|
mkvirtualenv hackmeeting-website
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
make publish
|
make
|
||||||
firefox output/index.html
|
firefox output/index.html
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Also, `make help` is your friend.
|
||||||
|
|
||||||
**Morte ai nemici dell'UTF-8**
|
**Morte ai nemici dell'UTF-8**
|
||||||
|
|
||||||
Se devi debuggare, `make DEBUG=1 publish`
|
Se devi debuggare, `make DEBUG=1`
|
||||||
|
|
||||||
Aggiungere un talk
|
Aggiungere un talk
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Reference in a new issue