[ooo-build-commit] .: Branch 'tdf-website' - Makefile
Thorsten Behrens
thorsten at kemper.freedesktop.org
Wed Oct 6 09:38:40 PDT 2010
Makefile | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
New commits:
commit 9dc168f656ff64236c122bed80951a23c2da9c55
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Wed Oct 6 18:36:48 2010 +0200
Added missing Makefile
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..aa5bfaf
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,28 @@
+ALL_TARGETS = \
+ index.html\
+ download/index.html\
+ lgpl/index.html\
+ foundation/index.html\
+ foundation/newindex.html\
+ foundation/bios.html\
+ develop/index.html\
+ contribution/index.html\
+ supporters/index.html\
+ contact/index.html\
+ faq/index.html\
+ imprint/index.html\
+ privacy/index.html\
+ petition/index.html
+
+# set the php command here.
+PHP ?= php
+
+%.html: %.php template.php
+ @echo "Processing $<"
+ cd `dirname $<` ; $(PHP) `basename $<` $(OOO_BUILD)> `basename $@`
+
+all: $(ALL_TARGETS)
+
+clean:
+ rm -f $(ALL_TARGETS)
+
More information about the ooo-build-commit
mailing list