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
903c2e42
Commit
903c2e42
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
Add "make txt" to produce a plain text version of the doc
parent
27cca78f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/Makefile
+2
-2
2 additions, 2 deletions
doc/Makefile
doc/texinfo/Makefile
+8
-6
8 additions, 6 deletions
doc/texinfo/Makefile
doc/texinfo/README
+3
-2
3 additions, 2 deletions
doc/texinfo/README
with
13 additions
and
10 deletions
doc/Makefile
+
2
−
2
View file @
903c2e42
# $Id: Makefile,v 1.
9
2003-04-15
05:16:31
geuzaine Exp $
# $Id: Makefile,v 1.
10
2003-04-15
21:49:43
geuzaine Exp $
#
#
# Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
# Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
#
#
...
@@ -23,7 +23,7 @@ all:
...
@@ -23,7 +23,7 @@ all:
cd
texinfo
&&
${
MAKE
}
all
cd
texinfo
&&
${
MAKE
}
all
gtar zcvf gmsh-doc.tgz
\
gtar zcvf gmsh-doc.tgz
\
FAQ CONTRIBUTORS VERSIONS README.win32
\
FAQ CONTRIBUTORS VERSIONS README.win32
\
texinfo/gmsh.ps texinfo/gmsh.pdf
\
texinfo/gmsh.ps texinfo/gmsh.pdf
texinfo/gmsh.txt
\
texinfo/
*
.html
\
texinfo/
*
.html
\
texinfo/gmsh-info.tgz gmsh.1
texinfo/gmsh-info.tgz gmsh.1
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/Makefile
+
8
−
6
View file @
903c2e42
# $Id: Makefile,v 1.
3
2003-0
3-21 00:52:48
geuzaine Exp $
# $Id: Makefile,v 1.
4
2003-0
4-15 21:49:43
geuzaine Exp $
#
#
# Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
# Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
#
#
...
@@ -46,11 +46,13 @@ install-info:
...
@@ -46,11 +46,13 @@ install-info:
infoz
:
info
infoz
:
info
gtar zcvf gmsh-info.tgz gmsh.info
*
gtar zcvf gmsh-info.tgz gmsh.info
*
all
:
ps pdf html infoz
txt
:
makeinfo
--no-headers
gmsh.texi
>
gmsh.txt
all
:
ps pdf html infoz txt
clean
:
clean
:
rm
-f
*
.cp
*
*
.fn
*
*
.ky
*
*
.pg
*
*
.tp
*
*
.vr
*
*
.mv
*
\
rm
-f
*
.cp
*
*
.fn
*
*
.ky
*
*
.pg
*
*
.tp
*
*
.vr
*
*
.mv
*
\
*
.log
*
.toc
*
.aux
*
.dvi
*
.html
\
*
.log
*
.toc
*
.aux
*
.dvi
*
.html
*
.txt
\
gmsh.ps gmsh.pdf gmsh.info
*
\
gmsh.ps gmsh.pdf gmsh.info
*
gmsh-info.tgz gmsh-doc.tgz
gmsh-info.tgz gmsh-doc.tgz
This diff is collapsed.
Click to expand it.
doc/texinfo/README
+
3
−
2
View file @
903c2e42
...
@@ -9,12 +9,13 @@ independent file)
...
@@ -9,12 +9,13 @@ independent file)
a postscript file make ps TeX, Texinfo, dvips
a postscript file make ps TeX, Texinfo, dvips
a pdf file make pdf TeX, Texinfo
a pdf file make pdf
pdf
TeX, Texinfo
a collection of html make html Perl
a collection of html make html Perl
files
files
the interactive info make info Texinfo
the interactive info make info Texinfo
(GNU project-like)
documentation
documentation
a plain text version of make txt Texinfo
the doc
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