aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormertz2002-03-13 17:18:03 +0000
committermertz2002-03-13 17:18:03 +0000
commit5b0cae797ecc6e817ef9752634e843865e7b4f69 (patch)
tree0c95c808d85e77ce7fbe28398e859ac82f8c66bb /Makefile.in
parentfd6906e789f582a1ad09c55bb4abfada0d21365a (diff)
downloadtkzinc-5b0cae797ecc6e817ef9752634e843865e7b4f69.zip
tkzinc-5b0cae797ecc6e817ef9752634e843865e7b4f69.tar.gz
tkzinc-5b0cae797ecc6e817ef9752634e843865e7b4f69.tar.bz2
tkzinc-5b0cae797ecc6e817ef9752634e843865e7b4f69.tar.xz
creation du format pdf, en remplacement de postscript
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index f40497f..4a53ff4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,4 @@
-#
-# Copyright (c) 1993 - 1999 CENA, Patrick Lecoanet --
+# Copyright (c) 1993 - 2002 CENA, Patrick Lecoanet --
#
# This code is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
@@ -15,7 +14,7 @@
# License along with this code; if not, write to the Free
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-#
+# $Revision$
#
VPATH = @srcdir@
srcdir = @srcdir@
@@ -188,13 +187,14 @@ tk:
ptk:
-mkdir ptk
-doc: doc/refman.ps doc/refman.html
+doc: doc/refman.pdf doc/refman.html
doc/refman.html:
(cd doc; latex2html refman.tex)
-doc/refman.ps: doc/refman.tex
- (cd doc; latex refman.tex; latex refman.tex; dvips -o refman.ps refman.dvi)
+doc/refman.pdf: doc/refman.tex
+ (cd doc; -rm refman.aux; \
+ pdflatex refman.tex; thumbpdf refman.pdf; pdflatex refman.tex;)
ifeq ($(strip($GPC)),)
install: installtk installptk installom installgpc
@@ -258,7 +258,7 @@ distclean: Perl/Makefile_nodebug
-rm -f *.a *.so* lints tmp*
-rm -rf *temp
-rm -rf refman.aux refman.dvi refman.idx refman.lof refman.log refman.lot
- -rm -rf refman.toc refman.ps refman.ilg refman.ind
+ -rm -rf refman.toc refman.pdf refman.ilg refman.ind
(cd Perl; make clean)
depend: