From 65bed2904f521bd68d5b30f5f9ae52f56e18cffa Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 12 Jan 2014 14:44:58 +0100 Subject: [PATCH 1/1] Makefile to build html --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..88387e2 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: + svn update recepies && ./bin/html.pl > cookbook.html + +push: all rsync + +rsync: + rsync -rav cookbook.html rss mjesec.ffzg.hr:public_html/sysadmin-cookbook/ -- 2.20.1