Skip to content

Instantly share code, notes, and snippets.

@joshenders
Created December 3, 2013 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshenders/7761879 to your computer and use it in GitHub Desktop.
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:
# GNU long options
sed \
--in-place \
--expression 's/@colophon/@@colophon/' \
--expression 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo
# short options
sed -i -e 's/@colophon/@@colophon/' -e 's/doc@cygnus.com/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