Mercurial > mxd2map
diff website/buildhtml.mk @ 162:dd4bb5869f86
replaced mapWOC with MXD2map
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 30 Jun 2011 13:23:24 +0200 |
parents | 579b94f442a9 |
children | 123ebb293f3a |
line wrap: on
line diff
--- a/website/buildhtml.mk Thu Jun 30 12:40:27 2011 +0200 +++ b/website/buildhtml.mk Thu Jun 30 13:23:24 2011 +0200 @@ -15,7 +15,7 @@ SUBDIRS = # Installation configuration -INSTALL_DIR = /tmp/mapwoc-www +INSTALL_DIR = ./mxd2map-www ADD_INST_TYPES = *.css *.php *.png ADD_INST_DIRS = img @@ -37,9 +37,9 @@ done online: all - echo "Going to put current contents online for www.mapwocp.org ..." + 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:/mapwoc/htdocs/ + $(USER)@wald.intevation.org:/mxd2map/htdocs/ install: all mkdir -p $(INSTALL_DIR) ;\ @@ -50,4 +50,4 @@ tar: install echo $(CURDIR) - ( cd $(INSTALL_DIR) ; tar -czv -f $(CURDIR)/www.mapwoc.org.tar.gz . ) + ( cd $(INSTALL_DIR) ; tar -czv -f $(CURDIR)/www.mxd2map.org.tar.gz . )