diff options
author | dancer <dancer> | 2003-01-07 10:26:36 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-01-07 10:26:36 +0000 |
commit | 5552f7af00e7a092f09e1a4d7acfdac948f34505 (patch) | |
tree | 29222a55017f4f24975c139d4b8946d6c9ac5cf8 /Documentation/Makefile | |
parent | eebd1fa3ff0e4f2334d9c69a3db57b85594c284d (diff) | |
download | pbuilder-5552f7af00e7a092f09e1a4d7acfdac948f34505.tar pbuilder-5552f7af00e7a092f09e1a4d7acfdac948f34505.tar.gz |
customized CSS for my page.
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index a337398..ec7922f 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -7,11 +7,11 @@ all: pbuilder-doc.html -%.html: %.xml - xsltproc /usr/share/sgml/docbook/stylesheet/xsl/ldp/ldp-html.xsl $< > $@ +%.html: %.xml pbuilder-doc.xsl + xsltproc pbuilder-doc.xsl $< > $@ # for my homepage-publishing. -release-netfort: pbuilder-doc.html pbuilder-doc.xml +release-netfort: pbuilder-doc.html pbuilder-doc.xml pbuilder-doc.css pbuilder-doc.xsl cp $^ ~/public_html/netfort/software/pbuilder-doc/ |