tutorial: move to compiling a global document
authorHervé Cauwelier <herve@oursours.net>
Wed, 16 Sep 2009 20:26:03 +0000 (22:26 +0200)
committerHervé Cauwelier <herve@oursours.net>
Wed, 16 Sep 2009 20:26:03 +0000 (22:26 +0200)
docs/tutorial/.gitignore [new file with mode: 0644]
docs/tutorial/0-introduction.txt
docs/tutorial/1-initial-commit.txt
docs/tutorial/Makefile [new file with mode: 0644]
docs/tutorial/index.txt [new file with mode: 0644]

diff --git a/docs/tutorial/.gitignore b/docs/tutorial/.gitignore
new file mode 100644 (file)
index 0000000..2d19fc7
--- /dev/null
@@ -0,0 +1 @@
+*.html
index bef87fb833c87076b81c3772be3b26ce732aef0c..b60903a1e9064083dae5b2e564787118c2bb3e49 100644 (file)
@@ -1,7 +1,3 @@
-================
-Dulwich Tutorial
-================
-
 Introduction
 ============
 
index b6dbb9386bccc90aab693173ae7f51b5077070e7..0349f15de656b6a5d23620bcc19ffbc7d0329663 100644 (file)
@@ -1,7 +1,3 @@
-================
-Dulwich Tutorial
-================
-
 The Repository
 ==============
 
diff --git a/docs/tutorial/Makefile b/docs/tutorial/Makefile
new file mode 100644 (file)
index 0000000..e824454
--- /dev/null
@@ -0,0 +1,4 @@
+ALL: index.html
+
+index.html: index.txt
+       rst2html.py $< $@
diff --git a/docs/tutorial/index.txt b/docs/tutorial/index.txt
new file mode 100644 (file)
index 0000000..afc556a
--- /dev/null
@@ -0,0 +1,8 @@
+================
+Dulwich Tutorial
+================
+
+.. contents::
+
+.. include:: 0-introduction.txt
+.. include:: 1-initial-commit.txt