aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.doc b/Makefile.doc
index db60189870..7ac710b8c9 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -89,6 +89,10 @@ stdlib: \
full-stdlib: \
doc/stdlib/html/index.html doc/stdlib/FullLibrary.ps doc/stdlib/FullLibrary.pdf
+.PHONY: plugin-tutorial
+plugin-tutorial: states tools
+ +$(MAKE) COQBIN=$(PWD)/bin/ -C $(PLUGINTUTO)
+
######################################################################
### Implicit rules
######################################################################