aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index e3c3a3ec..3ee3ee9a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -16,6 +16,6 @@
###########################################################################
%:
- make -f Makefile.doc DOCNAME=ProofGeneral $@
- make -f Makefile.doc DOCNAME=PG-adapting $@
+ make -f Makefile.doc DOCNAME=ProofGeneral MAKE="make -f Makefile.doc" $@
+ make -f Makefile.doc DOCNAME=PG-adapting MAKE="make -f Makefile.doc" $@