mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 11:10:08 -07:00
13 lines
295 B
Diff
13 lines
295 B
Diff
diff --git a/etc/texi2pod.pl b/etc/texi2pod.pl
|
|
index 11f70d1..8e50c08 100644
|
|
--- a/etc/texi2pod.pl
|
|
+++ b/etc/texi2pod.pl
|
|
@@ -59,6 +59,7 @@ while ($_ = shift) {
|
|
$flag = shift;
|
|
}
|
|
push (@ipath, $flag);
|
|
+ } elsif (/^--no-split$/) {
|
|
} elsif (/^-/) {
|
|
usage();
|
|
} else {
|