diff options
| author | herbelin | 2008-12-24 14:38:55 +0000 |
|---|---|---|
| committer | herbelin | 2008-12-24 14:38:55 +0000 |
| commit | 9cdf9c3c0341a395249946d9e8f0bed7dd3c6d53 (patch) | |
| tree | a59c52fd42e5537a194168b16bc4feefa3272775 /Makefile.common | |
| parent | 6960de7d4acad1863e54b2f4b9418a1d85d011ce (diff) | |
- coq_makefile: target install now respects the original tree structure
of the archive to install in coq user-contrib installation directory.
- Relaxed the validity check on identifiers from an error to a warning.
- Added a filtering option to Print LoadPath.
- Support for empty root in option -R.
- Better handling of redundant paths in ml loadpath.
- Makefile's: Added target initplugins and added initplugins to coqbinaries.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11713 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index c2f3e305b8..b5c81882fd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -911,7 +911,7 @@ STAGE2_TARGETS:=$(COQBINARIES) lib kernel byterun library proofs tactics \ interp parsing pretyping highparsing toplevel hightactics \ coqide-binaries coqide-byte coqide-opt $(COQIDEOPT) $(COQIDEBYTE) $(COQIDE) \ pcoq-binaries $(COQINTERFACE) $(CSDPCERT) coqbinaries pcoq $(TOOLS) tools \ - printers debug + printers debug initplugins VO_TARGETS:=logic arith bool narith zarith qarith lists strings sets \ fsets allfsets relations wellfounded ints reals allreals \ setoids sorting natural integer rational numbers noreal \ |
