# HG changeset patch # User Stephan Holl # Date 1312529538 -7200 # Node ID ec9d63ce691d43f7e6bce6b8580db8ddc736cdc3 # Parent 00a39e8b6eed5951fe0b41e248df2488df027da9 Made build-chain for website and docs better 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@wald.intevation.org:/mxd2map/htdocs/ @@ -60,6 +60,7 @@ clean: $(MAKE) -C ../doku/funktionsweise/ clean + $(MAKE) -C ../doku/ clean rm -f *.html clean-en: