From b4c54ea2e516edcf37d8b8bb2a6ffed42ef90d72 Mon Sep 17 00:00:00 2001 From: boyska Date: Sun, 4 Jun 2017 11:05:50 +0200 Subject: [PATCH] make puo bastare --- Makefile | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4ef71f4..f72ea68 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,8 @@ ifeq ($(VERBOSE), 1) PELICANOPTS += -v endif +all: publish + help: @echo 'Makefile for a pelican Web site ' @echo ' ' diff --git a/README.md b/README.md index a801c74..be33635 100644 --- a/README.md +++ b/README.md @@ -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 --------------------