diff options
author | emakarov <emakarov@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-07-26 11:05:06 +0000 |
---|---|---|
committer | emakarov <emakarov@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-07-26 11:05:06 +0000 |
commit | 8d381d7076ea9e871cd4158087274886fa8a6104 (patch) | |
tree | 75ac21ef56e2fab5a0342f1882de4247e3d6bf06 /doc | |
parent | 4e71ddd1c6500108908d5691987f26a91bffa541 (diff) |
Corrected the reference to glob.dump, which is used to create stdlib/index-body.html.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10051 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 6bbdf4a63..143fc2e29 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -212,7 +212,7 @@ faq/html/index.html: faq/FAQ.v.html # Standard library ###################################################################### -GLOBDUMP=../glob.dump +GLOBDUMP=$(COQTOP)/glob.dump LIBDIRS= Init Logic Bool Arith NArith ZArith QArith Relations Sets Setoids Lists Sorting Wellfounded IntMap FSets Reals # We avoid Strings as String.v contains unicode caracters that make latex fail |