summaryrefslogtreecommitdiffstats
path: root/secret-service/Makefile
blob: b5c4ab5c2eca9757dd26d9f76a5fa532e4cbaa5d (plain)
1
2
3
4
5
6
7
8
9
10
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

reference.xml: tools/spec-to-docbook.xsl $(SPEC)
	xsltproc tools/spec-to-docbook.xsl $(SPEC) > $@