comparison website/buildhtml.mk @ 211:bdf58d5b7d92

Added an english translation of the website. * website/about.htm4, website/buildhtml.mk, website/contact-de.htm4, website/contact.htm4, website/development-de.htm4, website/development.htm4, website/donate-de.htm4, website/donate.htm4, website/download.htm4, website/img/funktionsweise-MXD2map-de.png, website/index.htm4, website/license-de.htm4, website/license.htm4, website/template_header.m4, website/img/funktionsweise-MXD2map.png, website/img/funktionsweise-MXD2map_small.png, doku/funktionsweise/funktionsweise-MXD-konverter.svg, website/img/funktionsweise-MXD-konverter.png, website/img/funktionsweise-MXD-konverter_small.png: English translation of the website. Added a new Makefile-Target 'images' to get the dokumentation-images into the site.
author Stephan Holl <stephan.holl@intevation.de>
date Fri, 22 Jul 2011 13:24:36 +0200
parents 123ebb293f3a
children 011ec33e84b4
comparison
equal deleted inserted replaced
210:5add50465b3a 211:bdf58d5b7d92
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) 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
34 images:
35 $(MAKE) -C ../doku/funktionsweise/ all
33 36
34 subdirs: $(SUBDIRS) 37 subdirs: $(SUBDIRS)
35 @for dir in $^ ; do \ 38 @for dir in $^ ; do \
36 $(MAKE) -C $$dir SUBDIRS="" ; \ 39 $(MAKE) -C $$dir SUBDIRS="" ; \
37 done 40 done
51 tar: install 54 tar: install
52 echo $(CURDIR) 55 echo $(CURDIR)
53 ( cd $(INSTALL_DIR) ; tar -czv -f $(CURDIR)/www.mxd2map.org.tar.gz . ) 56 ( cd $(INSTALL_DIR) ; tar -czv -f $(CURDIR)/www.mxd2map.org.tar.gz . )
54 57
55 clean: 58 clean:
59 $(MAKE) -C ../doku/funktionsweise/ clean
56 rm -f *.html 60 rm -f *.html
57 61
58 clean-en: 62 clean-en:
59 rm -f 404.html about.html contact.html development.html donate.html download.html impressum.html index.html license.html 63 rm -f 404.html about.html contact.html development.html donate.html download.html impressum.html index.html license.html
60 64
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)