summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d271c43..b164c2e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
-all: html/index.html
+all: trust-assertions.html
-html/index.html: docbook-params.xsl trust-assertions.xml Makefile
+trust-assertions.html: docbook-params.xsl trust-assertions.xml Makefile
xmlto -vv html-nochunks trust-assertions.xml
--include Makefile.local
+upload: all
+ rsync -v trust-assertions.html anarchy.freedesktop.org:/srv/p11-glue.freedesktop.org/www/doc/pkcs11-trust-assertions/index.html