Commit
Info
Änderung: 661:d0ce660faae5
Nutzer: Arne Babenhauserheide <bab@draketo.de>
Datum: Tue Feb 28 21:48:48 2012 +0100
Zusammenfassung: Added a Makefile to create the static site. just call `make` to create the project.
Makefile | 7 +++++++
1 Dateien verändert, 7 Zeilen hinzugefügt(+), 0 Zeilen entfernt(-)
--- a 2012-03-10 02:10:40.556825667 +0100
+++ b 2012-04-15 11:47:49.925584379 +0200
@@ -0,0 +1,7 @@
Diff
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all : static/*.html static/*.css
+
+static/index.html : *.txt templates/*html
+ parse_and_list_markdown_files.py "RaumZeit erstes Beschreibungsheft" . http://raumzeit.1w6.org
+
+static/%.css : templates/%.css
+ cp $< $@
Full export
# HG changeset patch
# User Arne Babenhauserheide <bab@draketo.de>
# Date 1330462128 -3600
# Node ID d0ce660faae5a59a9b267d4c2331230a55205ccf
# Parent a2c0aed4c7d2ba85bef342e4c64f19a866930b7b
Added a Makefile to create the static site. just call `make` to create the project.
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all : static/*.html static/*.css
+
+static/index.html : *.txt templates/*html
+ parse_and_list_markdown_files.py "RaumZeit erstes Beschreibungsheft" . http://raumzeit.1w6.org
+
+static/%.css : templates/%.css
+ cp $< $@
Alle Änderungen