diff options
| author | David Aspinall | 2000-08-28 15:13:27 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-08-28 15:13:27 +0000 |
| commit | 7600f85e72f8d863b46088690cca75aa47d7ee82 (patch) | |
| tree | 4c67019203da7907393885f173060b20b9c080e3 | |
| parent | 83f9969151bd1f8cdb6f99aba93910e000181935 (diff) | |
Fix recursive make
| -rw-r--r-- | doc/Makefile | 4 |
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" $@ |
