|
Lines 1-33
Link Here
|
| 1 |
--- texi2html.aa.orig Mon Jan 5 21:10:38 1998 |
|
|
| 2 |
+++ texi2html.aa Mon Jan 5 21:12:14 1998 |
| 3 |
@@ -1,6 +1,4 @@ |
| 4 |
-#!/usr/local/bin/perl |
| 5 |
-'di '; |
| 6 |
-'ig 00 '; |
| 7 |
+#!/usr/bin/perl |
| 8 |
#+############################################################################## |
| 9 |
# # |
| 10 |
# File: texi2html # |
| 11 |
@@ -11,8 +9,6 @@ |
| 12 |
|
| 13 |
# @(#)texi2html 1.52 01/05/98 Written (mainly) by Lionel Cons, Lionel.Cons@cern.ch |
| 14 |
|
| 15 |
-# The man page for this program is included at the end of this file and can be |
| 16 |
-# viewed using the command 'nroff -man texi2html'. |
| 17 |
# Please read the copyright at the end of the man page. |
| 18 |
|
| 19 |
#+++############################################################################ |
| 20 |
@@ -1928,13 +1924,3 @@ |
| 21 |
$key2alpha{$a} cmp $key2alpha{$b}; |
| 22 |
} |
| 23 |
|
| 24 |
-############################################################################## |
| 25 |
- |
| 26 |
- # These next few lines are legal in both Perl and nroff. |
| 27 |
- |
| 28 |
-.00 ; # finish .ig |
| 29 |
- |
| 30 |
-'di \" finish diversion--previous line must be blank |
| 31 |
-.nr nl 0-1 \" fake up transition to first page again |
| 32 |
-.nr % 0 \" start at page 1 |
| 33 |
-'; __END__ ############# From here on it's a standard manual page ############ |