Makefile: make "www" and "export" rules phony

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1127 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
toidinamai 2008-03-29 11:48:37 +00:00
parent d2aba3114f
commit 13f12e9561
1 changed files with 2 additions and 0 deletions

View File

@ -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)/