[SCM] Website for Isaac project branch, mildred, updated. e77ca018391966b2c01000157f5fb5a56ce4ef0d

Mildred Ki'Lya silkensedai at online.fr
Mon Sep 7 21:45:20 UTC 2009


The following commit has been merged in the mildred branch:
commit e77ca018391966b2c01000157f5fb5a56ce4ef0d
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Mon Sep 7 23:45:10 2009 +0200

    Compile ikiwiki in a submodule

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..f0c17aa
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "html"]
+        path = html
+        url = ./
diff --git a/Makefile b/Makefile
index b646849..0def82c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,12 @@ clean:
 	find . -name "*~" | xargs rm -f
 
 send: clean
-	mkdir -p ../Isaac-mildred-compiled
-	sed "s|destdir => '.'|destdir => '../Isaac-mildred-compiled'|" .ikiwiki/ikiwiki.setup > .ikiwiki/ikiwiki.setup.send
+	sed "s|destdir => '.'|destdir => 'html'|" .ikiwiki/ikiwiki.setup > .ikiwiki/ikiwiki.setup.send
 	ikiwiki --setup .ikiwiki/ikiwiki.setup.send
-	cd ../Isaac-mildred-compiled && \
-		git add -A && \
-		git commit -m "Refresh `date`" && \
-		git push origin mildred-compiled
+	rm -rf html/html
+	cd html && git add -A
+	cd html && git commit -m "Refresh `date`"
+	cd html && git push origin mildred-compiled
+	git push origin mildred-compiled
 
 .PHONY: ikiwiki clean send
diff --git a/sidebar/community.mdwn b/community.mdwn
similarity index 100%
copy from sidebar/community.mdwn
copy to community.mdwn
diff --git a/html b/html
new file mode 160000
index 0000000..815166a
--- /dev/null
+++ b/html
@@ -0,0 +1 @@
+Subproject commit 815166add43f3747e5ef344aa914e4ba34818905
diff --git a/sidebar/community.mdwn b/sidebar/community.mdwn
index 082ae34..7690707 100644
--- a/sidebar/community.mdwn
+++ b/sidebar/community.mdwn
@@ -1,3 +1,3 @@
-Community
+[[Community|community]]
 =========
 

-- 
Website for Isaac project



More information about the Lisaac-commits mailing list