From 5e2ae0f38dab2686751fc4ae9a4f08d554f8c1b1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 14 May 2009 19:36:16 +0200 Subject: [PATCH] add public target in makefile Signed-off-by: Nico Schottelius --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55f0afb3..fc78cc8a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -DESTDIR=/home/users/nico/privat/computer/net/netzseiten/www.nico.schottelius.org/dst +DESTDIR=/home/users/nico/privat/computer/net/netzseiten/www.nico.schottelius.org/dst/ +PUBDIR=tee.schottelius.org:/home/services/www/nico/www.nico.schottelius.org/www/ view: all firefox ${DESTDIR}/index.html @@ -9,3 +10,7 @@ all: clean: all rm -rf ${DESTDIR} +public: all + rsync -av --delete ${DESTDIR} ${PUBDIR} + +