diff options
author | Michael Leupold <lemma@leunet.de> | 2010-02-07 11:35:07 +0100 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2010-12-04 16:11:42 +0000 |
commit | 33d5f4c05d1f52d1c212633818bdd1038ea5b467 (patch) | |
tree | 94f4fde5d74daa51d207f30ce806ed9f872dcea6 /secret-service/Makefile | |
parent | 3966b1da9e55e941de2ff3f31df336d3490345b0 (diff) | |
download | xdg-specs-33d5f4c05d1f52d1c212633818bdd1038ea5b467.tar.xz |
Properly added parameters for xhtml generation.
Diffstat (limited to 'secret-service/Makefile')
-rw-r--r-- | secret-service/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secret-service/Makefile b/secret-service/Makefile index b5c4ab5..27084aa 100644 --- a/secret-service/Makefile +++ b/secret-service/Makefile @@ -3,8 +3,8 @@ SPEC = org.freedesktop.Secrets.xml all: html/index.html -html/index.html: reference.xml params-html.xsl specification.xml - xmlto --skip-validation -o html -p params-html.xsl xhtml specification.xml +html/index.html: reference.xml docbook-params.xsl specification.xml + xmlto --skip-validation -o html/ -x docbook-params.xsl xhtml specification.xml reference.xml: tools/spec-to-docbook.xsl $(SPEC) xsltproc tools/spec-to-docbook.xsl $(SPEC) > $@ |