aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 625a38e..3e7364a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,5 +32,9 @@ check:
$(MAKE) -C test pkg-$(p)
endif
+clean:
+ $(MAKE) -C test clean
+ rm -rf doc/guide.pdf doc/html
+
docs:
$(MAKE) -f core/core.mk -f core/docs.mk -f plugins/asciidoc.mk asciidoc