Commit
Info
Änderung: 662:20e65b3cfd22
Nutzer: Arne Babenhauserheide <bab@draketo.de>
Datum: Tue Feb 28 21:58:08 2012 +0100
Zusammenfassung: updated the makefile.
Makefile | 7 +++++--
1 Dateien verändert, 5 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-)
--- a/Makefile 2012-04-15 11:47:48.595570272 +0200
+++ b/Makefile 2012-04-15 11:47:48.595570272 +0200
@@ -1,7 +1,10 @@
all : static/*.html static/*.css
static/index.html : *.txt templates/*html
parse_and_list_markdown_files.py "RaumZeit erstes Beschreibungsheft" "Technophob" . http://raumzeit.1w6.org
log.txt : .hg/store/00changelog.i
./parselog.sh
static/%.css : templates/%.css
cp $< $@
Diff
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
-all : static/*.html static/*.css
+all : static/*.html static/*.css
static/index.html : *.txt templates/*html
- parse_and_list_markdown_files.py "RaumZeit erstes Beschreibungsheft" . http://raumzeit.1w6.org
+ parse_and_list_markdown_files.py "Technophob" . http://raumzeit.1w6.org
+
+log.txt : .hg/store/00changelog.i
+ ./parselog.sh
static/%.css : templates/%.css
cp $< $@
Full export
# HG changeset patch
# User Arne Babenhauserheide <bab@draketo.de>
# Date 1330462688 -3600
# Node ID 20e65b3cfd22fa1cd3920a5f4a8034c320af2fbd
# Parent d0ce660faae5a59a9b267d4c2331230a55205ccf
updated the makefile.
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
-all : static/*.html static/*.css
+all : static/*.html static/*.css
static/index.html : *.txt templates/*html
- parse_and_list_markdown_files.py "RaumZeit erstes Beschreibungsheft" . http://raumzeit.1w6.org
+ parse_and_list_markdown_files.py "Technophob" . http://raumzeit.1w6.org
+
+log.txt : .hg/store/00changelog.i
+ ./parselog.sh
static/%.css : templates/%.css
cp $< $@
Alle Änderungen