aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-08-28 15:13:27 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-08-28 15:13:27 +0000
commit7600f85e72f8d863b46088690cca75aa47d7ee82 (patch)
tree4c67019203da7907393885f173060b20b9c080e3 /doc/Makefile
parent83f9969151bd1f8cdb6f99aba93910e000181935 (diff)
Fix recursive make
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" $@