diff --git a/doc/texinfo/Makefile b/doc/texinfo/Makefile index 93204a2c59c7abfffc973b5be7dde8adfd701772..dc797974a20c11df3251ae0dd2669e6790ca1fbd 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 853e5828e9d9ffcc1d032cd1f64ed6aad9231c7b..a31b833138cd0ac53879ec08fbefc8916b67b74e 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