aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authormsozeau2007-08-07 18:36:25 +0000
committermsozeau2007-08-07 18:36:25 +0000
commit2de683db51b44b8051ead6d89be67f0185e7e87d (patch)
treeadc23d9d0d2258efafae705563142ac35196039c /Makefile.common
parent2fded684878073f1f028ebb856a455a0dc568caf (diff)
Move Program tactics into a proper theories/ directory as they are general purpose and can be used directly be the user. Document them. Change Prelude to disambiguate an import of a Tactics module.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10060 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index cd0d6ab790..1325eabcf1 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -751,9 +751,9 @@ CCVO:=
DPVO:=contrib/dp/Dp.vo
-SUBTACVO:=contrib/subtac/SubtacTactics.vo contrib/subtac/Heq.vo \
- contrib/subtac/Utils.vo contrib/subtac/FixSub.vo contrib/subtac/Subtac.vo \
- contrib/subtac/FunctionalExtensionality.vo
+SUBTACVO:=theories/Program/Tactics.vo theories/Program/Heq.vo \
+ theories/Program/Utils.vo theories/Program/FixSub.vo theories/Program/Program.vo \
+ theories/Program/FunctionalExtensionality.vo
RTAUTOVO:= \
contrib/rtauto/Bintree.vo contrib/rtauto/Rtauto.vo