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

Add "make txt" to produce a plain text version of the doc
parent 27cca78f
Branches
Tags
No related merge requests found
# $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
......
# $Id: Makefile,v 1.3 2003-03-21 00:52:48 geuzaine Exp $ # $Id: Makefile,v 1.4 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
# #
...@@ -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
...@@ -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 pdfTeX, 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment