From 13f12e9561b777ee43effb04986f6c1e6270da1d Mon Sep 17 00:00:00 2001 From: toidinamai Date: Sat, 29 Mar 2008 11:48:37 +0000 Subject: [PATCH] Makefile: make "www" and "export" rules phony git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1127 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4ed32893d..3b7183622 100644 --- a/Makefile +++ b/Makefile @@ -77,9 +77,11 @@ endef ### Defaults ### +.PHONY: www www: $(XML_CATALOG) $(CONTENT) $(RSYNC) $(RSYNC_FLAGS) --exclude=".stamp-*" content/static/ content/old-site/ build/ $@ +.PHONY: export export: www $(RSYNC) $(RSYNC_FLAGS) --exclude=".svn/" www/ $(DESTDIR)/