aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2002-01-10 20:13:38 +0000
committerherbelin2002-01-10 20:13:38 +0000
commite75d8d02cb822fb268a199be093c019fea143744 (patch)
tree761da455a1d3afecb74e919e40f6ea96c642bb98
parent33f7bd264f3d9488ee0e80cc6bfb7a6de9462ad9 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8266 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--doc/Makefile7
-rwxr-xr-xdoc/Tutorial.tex2
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile
index cb85f3322c..23617571b7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -16,7 +16,8 @@
DOCCOQTOP=$(COQBIN)/coqtop.byte
DOCCOQC=$(COQBIN)/coqc
COQTEX=$(COQBIN)/coq-tex -image $(DOCCOQTOP) -v -sl -small
-COQWEBSTY=$(HOME)/tex/inputs
+#COQWEBSTY=$(HOME)/lib/tex/
+COQWEBSTY=/usr/share/texmf/tex/latex/misc/
LATEX=latex
BIBTEX=bibtex
@@ -48,7 +49,7 @@ REFMANFILES= Reference-Manual.tex RefMan-pre.tex RefMan-int.tex \
REFMAN=Reference-Manual
-#VERSION=V7.1
+#VERSION=V7.2
VERSION=POSITIONNEZ-CETTE-VARIABLE
FTPDOCDIR=/net/pauillac/infosystems/ftp/coq/coq/$(VERSION)/doc
WWWDOCDIR=/net/pauillac/infosystems/www/coq/doc
@@ -328,7 +329,7 @@ doc-ftp-www-install: doc-ftp-install doc-www-install
doc-ftp-install:
- mkdir $(FTPDOCDIR)
cp $(FTPDOCS) $(FTPHTMLDOCS) $(FTPDOCDIR)
- chmod g+w $(FTPDOCDIR)/*
+ - chmod g+w $(FTPDOCDIR)/*
doc-www-install:
(cd $(WWWDOCDIR); rm -f node*.html main*.html toc.html \
diff --git a/doc/Tutorial.tex b/doc/Tutorial.tex
index fc22b89bf2..7de9ad9168 100755
--- a/doc/Tutorial.tex
+++ b/doc/Tutorial.tex
@@ -46,7 +46,7 @@ The standard invocation of \Coq\ delivers a message such as:
\begin{flushleft}
\begin{verbatim}
unix:~> coqtop
-Welcome to Coq 7.2 (December 2001)
+Welcome to Coq 7.2 (January 2002)
Coq <
\end{verbatim}