diff options
Diffstat (limited to 'secret-service/Makefile')
-rw-r--r-- | secret-service/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/secret-service/Makefile b/secret-service/Makefile new file mode 100644 index 0000000..27084aa --- /dev/null +++ b/secret-service/Makefile @@ -0,0 +1,10 @@ + +SPEC = org.freedesktop.Secrets.xml + +all: html/index.html + +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) > $@ |