aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authornotin2008-11-14 17:43:50 +0000
committernotin2008-11-14 17:43:50 +0000
commitdbc7cc0632d15a48ee8c695b84099c96d940821d (patch)
treebe1a1b14212fa8e30838e05030bfa84ab1c62bda /configure
parentfdf0426dcda0b244ed5399a6590841308f8e3348 (diff)
Amélioration du README.doc et de l'installation de la doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11591 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 624f6cf1bc..9ae4f27977 100755
--- a/configure
+++ b/configure
@@ -689,7 +689,7 @@ case $ARCH in
bindir_def=/usr/local/bin
libdir_def=/usr/local/lib/coq
mandir_def=/usr/local/man
- docdir_def=/usr/local/share/doc
+ docdir_def=/usr/local/share/doc/coq
emacslib_def=/usr/local/share/emacs/site-lisp
coqdocdir_def=/usr/local/share/texmf/tex/latex/misc;;
esac
@@ -738,7 +738,7 @@ esac
case $docdir_spec/$prefix_spec/$local in
yes/*/*) DOCDIR=$docdir;;
- */yes/*) DOCDIR=$prefix/share/doc ;;
+ */yes/*) DOCDIR=$prefix/share/doc/coq ;;
*/*/true) DOCDIR=$COQTOP/man ;;
*) echo "Where should I install the Coq documentation [$docdir_def] ?"
read DOCDIR
@@ -840,7 +840,7 @@ echo " Paths for true installation:"
echo " binaries will be copied in $BINDIR"
echo " library will be copied in $LIBDIR"
echo " man pages will be copied in $MANDIR"
-echo " documentation will be copied in $MANDIR"
+echo " documentation will be copied in $DOCDIR"
echo " emacs mode will be copied in $EMACSLIB"
echo ""