projects
/
xboard.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename svg shogi pieces, so they become usable
[xboard.git]
/
texi2man
diff --git
a/texi2man
b/texi2man
index
d9206ba
..
9c345f6
100755
(executable)
--- a/
texi2man
+++ b/
texi2man
@@
-1,5
+1,4
@@
#!/usr/bin/perl
#!/usr/bin/perl
-# $Id$
# Written by Adrian Mariano, additional features by Eric Backus,
# yet more features by Tim Mann.
# Written by Adrian Mariano, additional features by Eric Backus,
# yet more features by Tim Mann.
@@
-169,7
+168,8
@@
sub parse
}
if (/\@include (.*)/) {
}
if (/\@include (.*)/) {
- open(my $INCL, $1) or open(my $INCL, "../$1") or die "$1: $!";
+ my $INCL;
+ open($INCL, $1) or open($INCL, "../$1") or die "$1: $!";
while (<$INCL>) {
parse();
}
while (<$INCL>) {
parse();
}