Mercurial > mxd2map
comparison 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 |
comparison
equal
deleted
inserted
replaced
211:bdf58d5b7d92 | 212:011ec33e84b4 |
---|---|
39 $(MAKE) -C $$dir SUBDIRS="" ; \ | 39 $(MAKE) -C $$dir SUBDIRS="" ; \ |
40 done | 40 done |
41 | 41 |
42 online: all | 42 online: all |
43 echo "Going to put current contents online for www.mxd2mapp.org ..." | 43 echo "Going to put current contents online for www.mxd2mapp.org ..." |
44 rsync -urvP --exclude='.hg' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \ | 44 rsync -urvPL --exclude='.hg' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \ |
45 sholl@wald.intevation.org:/mxd2map/htdocs/ | 45 sholl@wald.intevation.org:/mxd2map/htdocs/ |
46 | 46 |
47 install: all | 47 install: all |
48 mkdir -p $(INSTALL_DIR) ;\ | 48 mkdir -p $(INSTALL_DIR) ;\ |
49 cp -uf $(TARGETS) $(INSTALL_DIR) ;\ | 49 cp -uf $(TARGETS) $(INSTALL_DIR) ;\ |