summaryrefslogtreecommitdiff
path: root/Makefile
blob: 6e098784c2d6020bed10304e94c74a593b6053f7 (plain)
1
2
3
4
5
6
7
8
9
all: html/index.html

html/index.html: docbook-params.xsl trust-assertions.xml Makefile
	xmlto -vv html-nochunks trust-assertions.xml

upload: all
	rsync --progress \
		trust-assertions.html \
		anarchy.freedesktop.org:/srv/p11-glue.freedesktop.org/www/doc/pkcs11-trust-assertions/index.html