diff website/buildhtml.mk @ 195:123ebb293f3a

* website/.htaccess, website/buildhtml.mk, website/development-de.htm4, website/download-de.htm4, website/index-de.htm4, website/switch.php: more contetn to the website, added htaccess-switch to support the german-version only atm.
author Stephan Holl <stephan.holl@intevation.de>
date Wed, 20 Jul 2011 17:02:50 +0200
parents dd4bb5869f86
children bdf58d5b7d92
line wrap: on
line diff
--- a/website/buildhtml.mk	Wed Jul 20 16:27:49 2011 +0200
+++ b/website/buildhtml.mk	Wed Jul 20 17:02:50 2011 +0200
@@ -16,7 +16,7 @@
 
 # Installation configuration
 INSTALL_DIR = ./mxd2map-www
-ADD_INST_TYPES = *.css *.php *.png
+ADD_INST_TYPES = *.css *.php *.png .htaccess
 ADD_INST_DIRS = img
 
 CURDIR=$(shell pwd)
@@ -39,7 +39,7 @@
 online: all
 	echo "Going to put current contents online for www.mxd2mapp.org ..."
 	rsync -urvP --exclude='.hg' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \
-      $(USER)@wald.intevation.org:/mxd2map/htdocs/
+        sholl@wald.intevation.org:/mxd2map/htdocs/
 
 install: all
 	mkdir -p $(INSTALL_DIR) ;\
@@ -51,3 +51,10 @@
 tar: install
 	echo $(CURDIR)
 	( cd $(INSTALL_DIR) ; tar -czv -f $(CURDIR)/www.mxd2map.org.tar.gz . )
+
+clean:
+	rm -f *.html
+
+clean-en:
+	rm -f 404.html about.html contact.html development.html donate.html download.html impressum.html index.html license.html
+
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)