From 5b0cae797ecc6e817ef9752634e843865e7b4f69 Mon Sep 17 00:00:00 2001 From: mertz Date: Wed, 13 Mar 2002 17:18:03 +0000 Subject: creation du format pdf, en remplacement de postscript --- Makefile.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile.in') 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: -- cgit v1.1