Mercurial > mxd2map
diff website/buildhtml.mk @ 212:011ec33e84b4
* website/.htaccess, website/buildhtml.mk, website/switch.php:
added an rsync-switch to transfer symlinks as files (-L), reworked
the details language-switch inside the PHP-script.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Fri, 22 Jul 2011 13:35:25 +0200 |
parents | bdf58d5b7d92 |
children | f13f51627f07 |
line wrap: on
line diff
--- a/website/buildhtml.mk Fri Jul 22 13:24:36 2011 +0200 +++ b/website/buildhtml.mk Fri Jul 22 13:35:25 2011 +0200 @@ -41,7 +41,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) \ + rsync -urvPL --exclude='.hg' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \ sholl@wald.intevation.org:/mxd2map/htdocs/ install: all