r2107@pledge: frank | 2006-05-31 19:54:10 +0200

export-Regulierungen


git-svn-id: svn://svn.c3d2.de/c3d2-web/branches/toidinamais_noch_coolere_scheisse@348 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
toidinamai 2006-05-31 17:59:01 +00:00
parent a7c71b29c7
commit 72bdfd4b9f
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,9 @@ EDITOR?=vim
# Browser # Browser
BROWSER?=links BROWSER?=links
# Verzeichnis, in das exportiert werden soll
DESTDIR?=www-export
### Ressourcen ### ### Ressourcen ###
# XSLT-Stylesheets: # XSLT-Stylesheets:
STYLE=xsl/xhtml.xsl STYLE=xsl/xhtml.xsl
@ -53,6 +56,9 @@ CLEAN=$(CONTENT) $(NEWSFILES) $(WWW_CCC_DE_UPDATES) $(DS_PAGES)
www: $(XML_CATALOG) $(CONTENT) www: $(XML_CATALOG) $(CONTENT)
$(RSYNC) $(RSYNC_FLAGS) content/static/ build/ $@ $(RSYNC) $(RSYNC_FLAGS) content/static/ build/ $@
export: www
$(RSYNC) $(RSYNC_FLAGS) --exclude=".svn/" www/ $(DESTDIR)/
.SILENT: check .SILENT: check
.PHONY: check .PHONY: check
check: $(PAGES) check: $(PAGES)