[SCM] Debian Packaging Handbook: wiki source branch, master, updated. 2fe1be7009c2f10f2a1a7e10d2e4ce579afa4e90
Luca Brivio
lb-guest at alioth.debian.org
Sun Jan 27 22:09:00 UTC 2008
The branch, master has been updated
via 2fe1be7009c2f10f2a1a7e10d2e4ce579afa4e90 (commit)
from 0b00da4c70c3f63b5baba43691b8a0ab2b986555 (commit)
- Shortlog ------------------------------------------------------------
2fe1be7 Makefile for building the handbook
Summary of changes:
Makefile | 9 +++++++++
VCS.adoc | 10 ----------
2 files changed, 9 insertions(+), 10 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 2fe1be7009c2f10f2a1a7e10d2e4ce579afa4e90
Author: Luca Brivio <lb-guest at alioth.debian.org>
Date: Sun Jan 27 22:08:25 2008 +0000
Makefile for building the handbook
diff --git a/Makefile b/Makefile
new file mode 100755
index 0000000..ddea6ed
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+ASCIIDOC = "/usr/bin/asciidoc"
+DPH = Debian-Packaging-Handbook
+CONTENTS = contents
+DPH_DOCBOOK = $(DPH).xml
+DPH_PDF = $(DPH).pdf
+
+all:
+ xargs -I '{}' cat '{}.adoc' < $(CONTENTS) | $(ASCIIDOC) -b docbook -d book -o $(DPH_DOCBOOK) -
+ dblatex -o $(DPH_PDF) $(DPH_DOCBOOK)
diff --git a/VCS.adoc b/VCS.adoc
index 1891f0b..3737385 100644
--- a/VCS.adoc
+++ b/VCS.adoc
@@ -27,18 +27,8 @@ TODO
Git
^^^
-using git-buildpackage
-++++++++++++++++++++++
-
TODO
-using gitpkg
-++++++++++++
-
-TODO
-
-TODO: madduck's way
-
Mercurial
^^^^^^^^^
--
Debian Packaging Handbook: wiki source
More information about the Packaging-handbook-commits
mailing list