]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - etc/texi2pod.pl
texi2pod.pl: add no-op --no-split option support [PR28144]
[thirdparty/binutils-gdb.git] / etc / texi2pod.pl
index 11f70d156bee3fc797db2864892121e33d10bdbd..dcf2b437640f26ce1c07deaa0cf38a61671413fc 100644 (file)
@@ -59,6 +59,8 @@ while ($_ = shift) {
            $flag = shift;
        }
         push (@ipath, $flag);
+    } elsif (/^--no-split$/) {
+       # ignore option for makeinfo compatibility
     } elsif (/^-/) {
        usage();
     } else {