diff options
author | dancer <dancer> | 2002-12-30 09:30:06 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-12-30 09:30:06 +0000 |
commit | 5cb556be86cf23884967d11da5f094ca4f8bc14f (patch) | |
tree | d8056ba3f8085546fbfb6fa8e2ce24df03a01280 /Documentation/Makefile | |
parent | 85a976006652d74dd53478dbd27c2b49d6b8cb05 (diff) | |
download | pbuilder-5cb556be86cf23884967d11da5f094ca4f8bc14f.tar pbuilder-5cb556be86cf23884967d11da5f094ca4f8bc14f.tar.gz |
add documentation dir
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile new file mode 100644 index 0000000..10793bf --- /dev/null +++ b/Documentation/Makefile @@ -0,0 +1,15 @@ +# makefile for documentation for pbuilder. + +#required packages: +# docbook-xsl +# ldp-docbook-xsl +# xsltproc + +all: pbuilder-doc.html + +%.html: %.xml + xsltproc /usr/share/sgml/docbook/stylesheet/xsl/ldp/ldp-html.xsl $< > $@ + +# for my homepage-publishing. +release-netfort: pbuilder-doc.html pbuilder-doc.xml + cp $^ ~/public_html/netfort/software/pbuilder-doc/ |