From b02ecc426d1438fcff34f8abc114a4acca2814ed Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 23 Feb 2008 20:56:36 +0000 Subject: [PATCH] remove ps --- Makefile | 4 ++-- doc/gmsh.html | 1 - doc/texinfo/Makefile | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6b4fc3b7bf..9ab61cccfd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.469 2008-02-17 10:24:50 geuzaine Exp $ +# $Id: Makefile,v 1.470 2008-02-23 20:56:36 geuzaine Exp $ # # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # @@ -123,7 +123,7 @@ doc: cd doc/texinfo && ${MAKE} all cd doc && tar zcf ../gmsh-${GMSH_VERSION}-doc.tgz\ FAQ CREDITS VERSIONS README.win32 gmsh.1\ - texinfo/gmsh.ps texinfo/gmsh.pdf texinfo/gmsh.txt\ + texinfo/gmsh.pdf texinfo/gmsh.txt\ texinfo/*.html texinfo/gmsh-info.tgz doc-info: diff --git a/doc/gmsh.html b/doc/gmsh.html index 3c0dcabb93..688bed2d67 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -109,7 +109,6 @@ questions or bug reports. <ul> <li><a href="/gmsh/doc/texinfo/gmsh.html">Reference manual</a> (also available in - <a href="/gmsh/doc/texinfo/gmsh.ps">postscript</a>, <a href="/gmsh/doc/texinfo/gmsh.pdf">pdf</a>, <a href="/gmsh/doc/texinfo/gmsh.txt">text</a> and <a href="/gmsh/doc/texinfo/gmsh-info.tgz">info</a> formats, or as a diff --git a/doc/texinfo/Makefile b/doc/texinfo/Makefile index 9248b2cd7c..99c8ccf9ce 100644 --- a/doc/texinfo/Makefile +++ b/doc/texinfo/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 2008-02-17 08:48:11 geuzaine Exp $ +# $Id: Makefile,v 1.18 2008-02-23 20:56:36 geuzaine Exp $ # # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # @@ -52,7 +52,7 @@ infoz: info txt: makeinfo --no-headers gmsh.texi -o gmsh.txt -all: ps pdf html html1 infoz txt +all: pdf html html1 infoz txt clean: rm -f *.cp* *.fn* *.ky* *.pg* *.tp* *.vr* *.mv*\ -- GitLab