]> Dogcows Code - chaz/tar/commitdiff
Auxiliary script to convert ../src/tar.h to header.texi
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 9 Jun 2006 13:48:28 +0000 (13:48 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 9 Jun 2006 13:48:28 +0000 (13:48 +0000)
doc/texify.sed [new file with mode: 0644]

diff --git a/doc/texify.sed b/doc/texify.sed
new file mode 100644 (file)
index 0000000..ccc41dd
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright (C) 2006 Free Software Foundation, Inc.
+#
+# GNU tar is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2, or (at
+# your option) any later version.
+#
+# GNU tar is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU tar; if not, write to the Free Software
+# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+1{s,/\*,@comment ,
+b
+}
+2,/.*\*\//{s,\*/,,;s/^/@comment/
+b
+}
+/\/* END \*\//,$d
+s/\([{}]\)/@\1/g
+s,/\*,&@r{,
+s,\*/,}&,
This page took 0.034876 seconds and 4 git commands to generate.