summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--secret-service/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/secret-service/Makefile b/secret-service/Makefile
index 27084aa..ee4db35 100644
--- a/secret-service/Makefile
+++ b/secret-service/Makefile
@@ -8,3 +8,7 @@ html/index.html: reference.xml docbook-params.xsl specification.xml
reference.xml: tools/spec-to-docbook.xsl $(SPEC)
xsltproc tools/spec-to-docbook.xsl $(SPEC) > $@
+
+clean:
+ rm -f reference.xml
+ rm -f html/*.html