aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-11-05 19:37:11 +0100
committerGaëtan Gilbert2019-01-08 16:41:11 +0100
commitcb2ee2d949899a897022894b750afd1f3d2eb478 (patch)
treee20ac98eae05140c9996b09721eb6a3f8ab30444 /Makefile.doc
parent8801a2304d54e687dafc8614af38f69ada2cbee1 (diff)
Integrate plugin tutorial after code import
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 9e6ec4955a..48cdcebddb 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
######################################################################