Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
ec79b9ac
Commit
ec79b9ac
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
merged small patch from prudhomm@mit.edu
parent
ad7afd49
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/texinfo/Makefile
+4
-4
4 additions, 4 deletions
doc/texinfo/Makefile
utils/solvers/Makefile
+3
-3
3 additions, 3 deletions
utils/solvers/Makefile
with
7 additions
and
7 deletions
doc/texinfo/Makefile
+
4
−
4
View file @
ec79b9ac
# $Id: Makefile,v 1.
7
2004-0
2-07 01:40:34
geuzaine Exp $
# $Id: Makefile,v 1.
8
2004-0
3-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
g
tar zcvf gmsh-info.tgz gmsh.info
*
tar
zcvf gmsh-info.tgz gmsh.info
*
txt
:
makeinfo
--no-headers
gmsh.texi |
\
...
...
This diff is collapsed.
Click to expand it.
utils/solvers/Makefile
+
3
−
3
View file @
ec79b9ac
# $Id: Makefile,v 1.
3
2004-0
2-07 01:40:35
geuzaine Exp $
# $Id: Makefile,v 1.
4
2004-0
3-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
:
g
tar zcvf mysolver.tgz mysolver.c mysolver.opt GmshClient.c GmshClient.h
g
tar 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment