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

fix txt output with new versions of make info
parent 0640701b
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.8 2004-03-25 07:55:51 geuzaine Exp $
# $Id: Makefile,v 1.9 2004-12-27 18:09:25 geuzaine Exp $
#
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
#
......@@ -50,9 +50,7 @@ infoz: info
tar zcvf gmsh-info.tgz gmsh.info*
txt:
makeinfo --no-headers gmsh.texi |\
sed -n '/...Table of Contents.../,$$p' |\
sed 's/...Table of Contents...//' > gmsh.txt
makeinfo --no-headers gmsh.texi -o gmsh.txt
all: ps pdf html html1 infoz txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment