--- trunk/doc/website/buildhtml.mk 2008/05/27 14:24:43 2
+++ trunk/doc/website/Makefile 2008/05/27 18:04:39 6
@@ -1,8 +1,10 @@
# Build html from m4 macrofiles
# $Id$
#
-# (c)2005,2006 by Intevation GmbH
-# Author(s): Sascha Wilde
+# (c)2005,2006,2008 by Intevation GmbH
+# Authors:
+# Sascha Wilde
+# Jan-Oliver Wagner
#
# This is Free Software licensed under the GPL
@@ -11,7 +13,7 @@
PPFLAGS = --prefix-builtins
# Build configuration
-TARGETS = $(patsubst %.htm4,%.html,$(wildcard *.htm4)) change-history.html change-history-de.html
+TARGETS = $(patsubst %.htm4,%.html,$(wildcard *.htm4))
SUBDIRS =
# Installation configuration
@@ -39,12 +41,6 @@
$(MAKE) -C $$dir SUBDIRS="" ; \
done
-change-history.htm4: build-history.awk NEWS.last
- awk -f build-history.awk < NEWS.last > $@
-
-change-history-de.htm4: build-history.awk NEWS.last
- awk -f build-history.awk -v lang=de < NEWS.last > $@
-
online: all
echo "Going to put current contents online for www.gpg4kde.org ..."
rsync -urvP --exclude='.svn' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \
@@ -60,3 +56,6 @@
tar: install
echo $(CURDIR)
( cd $(INSTALL_DIR) ; tar -czv -f $(CURDIR)/www.gpg4kde.org.tar.gz . )
+
+clean:
+ rm *.html