comparison website/buildhtml.mk @ 268:1725558a9ce8

* website/about-de.htm4, website/about.htm4, website/buildhtml.mk: rearranged logo in about-page, optimized Make-targets.
author Stephan Holl <stephan.holl@intevation.de>
date Thu, 08 Sep 2011 16:47:40 +0200
parents ec9d63ce691d
children
comparison
equal deleted inserted replaced
267:a9608c818796 268:1725558a9ce8
24 .SUFFIXES: .html .htm4 24 .SUFFIXES: .html .htm4
25 25
26 .htm4.html: 26 .htm4.html:
27 $(PP) -DNO_LINK_FOR=$@ $(PPFLAGS) $< > $@ 27 $(PP) -DNO_LINK_FOR=$@ $(PPFLAGS) $< > $@
28 28
29 all: $(TARGETS) doc images subdirs 29 all: $(TARGETS) images subdirs
30 30
31 $(TARGETS): template.m4 template_header.m4 \ 31 $(TARGETS): template.m4 template_header.m4 \
32 header.m4 style.css 32 header.m4 style.css
33 33
34 doc: 34 doc:
40 subdirs: $(SUBDIRS) 40 subdirs: $(SUBDIRS)
41 @for dir in $^ ; do \ 41 @for dir in $^ ; do \
42 $(MAKE) -C $$dir SUBDIRS="" ; \ 42 $(MAKE) -C $$dir SUBDIRS="" ; \
43 done 43 done
44 44
45 online: all 45 online: doc all
46 echo "Going to put current contents online for www.mxd2map.org ..." 46 echo "Going to put current contents online for www.mxd2map.org ..."
47 rsync -urvPL --exclude='.hg' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \ 47 rsync -urvPL --exclude='.hg' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \
48 sholl@wald.intevation.org:/mxd2map/htdocs/ 48 sholl@wald.intevation.org:/mxd2map/htdocs/
49 49
50 install: all 50 install: all
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)