Skip to content
Snippets Groups Projects
Commit ec79b9ac authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

merged small patch from prudhomm@mit.edu
parent ad7afd49
No related branches found
No related tags found
No related merge requests found
# $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 # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
# #
...@@ -29,12 +29,12 @@ pdf: ...@@ -29,12 +29,12 @@ pdf:
texi2pdf gmsh.texi texi2pdf gmsh.texi
html: html:
./texi2html -init_file gmsh.t2h gmsh.texi perl texi2html -init_file gmsh.t2h gmsh.texi
rm -f index.html rm -f index.html
ln -s gmsh.html index.html ln -s gmsh.html index.html
html1: 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: html2:
makeinfo --html gmsh.texi makeinfo --html gmsh.texi
...@@ -47,7 +47,7 @@ install-info: ...@@ -47,7 +47,7 @@ install-info:
install-info gmsh.info /usr/info/dir install-info gmsh.info /usr/info/dir
infoz: info infoz: info
gtar zcvf gmsh-info.tgz gmsh.info* tar zcvf gmsh-info.tgz gmsh.info*
txt: txt:
makeinfo --no-headers gmsh.texi |\ makeinfo --no-headers gmsh.texi |\
......
# $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 # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
# #
...@@ -25,8 +25,8 @@ mysolver: mysolver.c GmshClient.c ...@@ -25,8 +25,8 @@ mysolver: mysolver.c GmshClient.c
${CXX} ${OPTIM} -o mysolver.exe mysolver.c GmshClient.c ${CXX} ${OPTIM} -o mysolver.exe mysolver.c GmshClient.c
tgz: tgz:
gtar zcvf mysolver.tgz mysolver.c mysolver.opt GmshClient.c GmshClient.h tar zcvf mysolver.tgz mysolver.c mysolver.opt GmshClient.c GmshClient.h
gtar zcvf myperlsolver.tgz myperlsolver.pl myperlsolver.opt GMSH_CLIENT.pm tar zcvf myperlsolver.tgz myperlsolver.pl myperlsolver.opt GMSH_CLIENT.pm
clean: clean:
rm -f *.o *.exe rm -f *.o *.exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment