annotate website/buildhtml.mk @ 195:123ebb293f3a

* website/.htaccess, website/buildhtml.mk, website/development-de.htm4, website/download-de.htm4, website/index-de.htm4, website/switch.php: more contetn to the website, added htaccess-switch to support the german-version only atm.
author Stephan Holl <stephan.holl@intevation.de>
date Wed, 20 Jul 2011 17:02:50 +0200
parents dd4bb5869f86
children bdf58d5b7d92
rev   line source
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
1 # Build html from m4 macrofiles
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
2 # $Id$
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
3 #
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
4 # (c)2005,2006 by Intevation GmbH
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
5 # Author(s): Sascha Wilde
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
6 #
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
7 # This is Free Software licensed under the GPL
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
8
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
9 # Preprocessor configuration
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
10 PP = m4
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
11 PPFLAGS = --prefix-builtins
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
12
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
13 # Build configuration
156
67d395ac5509 updated buildhtml to hg.
Emanuel Schuetze <emanuel@intevation.de>
parents: 155
diff changeset
14 TARGETS = $(patsubst %.htm4,%.html,$(wildcard *.htm4))
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
15 SUBDIRS =
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
16
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
17 # Installation configuration
162
dd4bb5869f86 replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents: 159
diff changeset
18 INSTALL_DIR = ./mxd2map-www
195
123ebb293f3a * website/.htaccess,
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
19 ADD_INST_TYPES = *.css *.php *.png .htaccess
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
20 ADD_INST_DIRS = img
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
21
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
22 CURDIR=$(shell pwd)
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
23
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
24 .SUFFIXES: .html .htm4
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
25
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
26 .htm4.html:
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
27 $(PP) -DNO_LINK_FOR=$@ $(PPFLAGS) $< > $@
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
28
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
29 all: $(TARGETS) subdirs
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
30
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
31 $(TARGETS): template.m4 template_header.m4 \
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
32 header.m4 style.css
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
33
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
34 subdirs: $(SUBDIRS)
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
35 @for dir in $^ ; do \
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
36 $(MAKE) -C $$dir SUBDIRS="" ; \
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
37 done
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
38
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
39 online: all
162
dd4bb5869f86 replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents: 159
diff changeset
40 echo "Going to put current contents online for www.mxd2mapp.org ..."
156
67d395ac5509 updated buildhtml to hg.
Emanuel Schuetze <emanuel@intevation.de>
parents: 155
diff changeset
41 rsync -urvP --exclude='.hg' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \
195
123ebb293f3a * website/.htaccess,
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
42 sholl@wald.intevation.org:/mxd2map/htdocs/
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
43
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
44 install: all
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
45 mkdir -p $(INSTALL_DIR) ;\
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
46 cp -uf $(TARGETS) $(INSTALL_DIR) ;\
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
47 cp -uf $(ADD_INST_TYPES) $(INSTALL_DIR)
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
48 cp -urf *$(ADD_INST_DIRS) $(INSTALL_DIR)
156
67d395ac5509 updated buildhtml to hg.
Emanuel Schuetze <emanuel@intevation.de>
parents: 155
diff changeset
49 find $(INSTALL_DIR) -name ".hg" | xargs rm -rf
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
50
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
51 tar: install
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
52 echo $(CURDIR)
162
dd4bb5869f86 replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents: 159
diff changeset
53 ( cd $(INSTALL_DIR) ; tar -czv -f $(CURDIR)/www.mxd2map.org.tar.gz . )
195
123ebb293f3a * website/.htaccess,
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
54
123ebb293f3a * website/.htaccess,
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
55 clean:
123ebb293f3a * website/.htaccess,
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
56 rm -f *.html
123ebb293f3a * website/.htaccess,
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
57
123ebb293f3a * website/.htaccess,
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
58 clean-en:
123ebb293f3a * website/.htaccess,
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
59 rm -f 404.html about.html contact.html development.html donate.html download.html impressum.html index.html license.html
123ebb293f3a * website/.htaccess,
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
60
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)