From ec79b9ace02b2613d1bcdee2d7d1c05d763d2057 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 25 Mar 2004 07:55:51 +0000 Subject: [PATCH] merged small patch from prudhomm@mit.edu --- doc/texinfo/Makefile | 8 ++++---- utils/solvers/Makefile | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/texinfo/Makefile b/doc/texinfo/Makefile index 93204a2c59..dc797974a2 100644 --- a/doc/texinfo/Makefile +++ b/doc/texinfo/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 2004-02-07 01:40:34 geuzaine Exp $ +# $Id: Makefile,v 1.8 2004-03-25 07:55:51 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -29,12 +29,12 @@ pdf: texi2pdf gmsh.texi html: - ./texi2html -init_file gmsh.t2h gmsh.texi + perl texi2html -init_file gmsh.t2h gmsh.texi rm -f index.html ln -s gmsh.html index.html html1: - ./texi2html -prefix gmsh-full -init_file gmsh-full.t2h gmsh.texi + perl texi2html -prefix gmsh-full -init_file gmsh-full.t2h gmsh.texi html2: makeinfo --html gmsh.texi @@ -47,7 +47,7 @@ install-info: install-info gmsh.info /usr/info/dir infoz: info - gtar zcvf gmsh-info.tgz gmsh.info* + tar zcvf gmsh-info.tgz gmsh.info* txt: makeinfo --no-headers gmsh.texi |\ diff --git a/utils/solvers/Makefile b/utils/solvers/Makefile index 853e5828e9..a31b833138 100644 --- a/utils/solvers/Makefile +++ b/utils/solvers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 2004-02-07 01:40:35 geuzaine Exp $ +# $Id: Makefile,v 1.4 2004-03-25 07:55:51 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -25,8 +25,8 @@ mysolver: mysolver.c GmshClient.c ${CXX} ${OPTIM} -o mysolver.exe mysolver.c GmshClient.c tgz: - gtar zcvf mysolver.tgz mysolver.c mysolver.opt GmshClient.c GmshClient.h - gtar zcvf myperlsolver.tgz myperlsolver.pl myperlsolver.opt GMSH_CLIENT.pm + tar zcvf mysolver.tgz mysolver.c mysolver.opt GmshClient.c GmshClient.h + tar zcvf myperlsolver.tgz myperlsolver.pl myperlsolver.opt GMSH_CLIENT.pm clean: rm -f *.o *.exe -- GitLab