diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,4 +3,7 @@ all: html/index.html html/index.html: docbook-params.xsl trust-assertions.xml Makefile xmlto -vv html-nochunks trust-assertions.xml --include Makefile.local +upload: all + rsync --progress \ + trust-assertions.html \ + anarchy.freedesktop.org:/srv/p11-glue.freedesktop.org/www/doc/pkcs11-trust-assertions/index.html |