Created
December 3, 2013 00:38
-
-
Save joshenders/7761879 to your computer and use it in GitHub Desktop.
Fix a couple of syntax errors that prevent the documentation from building with Texinfo-5.1:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GNU long options | |
sed \ | |
--in-place \ | |
--expression 's/@colophon/@@colophon/' \ | |
--expression 's/[email protected]/doc@@cygnus.com/' bfd/doc/bfd.texinfo | |
# short options | |
sed -i -e 's/@colophon/@@colophon/' -e 's/[email protected]/doc@@cygnus.com/' bfd/doc/bfd.texinfo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment