[MXD2map-commits] r236:ec9d63ce691d
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Aug 5 10:04:03 CEST 2011
details: http://hg.intevation.org/geospatial/mxd2map/rev/ec9d63ce691d
changeset: 236:ec9d63ce691d
user: Stephan Holl <stephan.holl at intevation.de>
date: Fri Aug 05 09:32:18 2011 +0200
description:
Made build-chain for website and docs better
diffstat:
website/buildhtml.mk | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r 00a39e8b6eed -r ec9d63ce691d website/buildhtml.mk
--- a/website/buildhtml.mk Fri Aug 05 09:18:53 2011 +0200
+++ b/website/buildhtml.mk Fri Aug 05 09:32:18 2011 +0200
@@ -26,13 +26,13 @@
.htm4.html:
$(PP) -DNO_LINK_FOR=$@ $(PPFLAGS) $< > $@
-all: $(TARGETS) images subdirs
+all: $(TARGETS) doc images subdirs
$(TARGETS): template.m4 template_header.m4 \
header.m4 style.css
-documentation:
- $(MAKE) -C ../doku online
+doc:
+ $(MAKE) -C ../doku/ online
images:
$(MAKE) -C ../doku/funktionsweise/ all
@@ -42,8 +42,8 @@
$(MAKE) -C $$dir SUBDIRS="" ; \
done
-online: all documentation
- echo "Going to put current contents online for www.mxd2mapp.org ..."
+online: all
+ echo "Going to put current contents online for www.mxd2map.org ..."
rsync -urvPL --exclude='.hg' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \
sholl at wald.intevation.org:/mxd2map/htdocs/
@@ -60,6 +60,7 @@
clean:
$(MAKE) -C ../doku/funktionsweise/ clean
+ $(MAKE) -C ../doku/ clean
rm -f *.html
clean-en:
More information about the MXD2map-commits
mailing list