We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On OSX using mactex as my latex distribution, installed with Home-brew, I get the following docs build error:
rm -f doc/manual-single.html /bin/sh '/Users/gpoole/temp3/.gbpEnv/stow/automake/missing' makeinfo --html -I . -I doc -I ./doc -c USE_TITLEPAGE_FOR_TITLE=1 --no-split -o doc/manual-single.html test -f 'doc/stow.texi' || echo './'doc/stow.texi makeinfo: invalid option -- c Try `makeinfo --help' for more information.
test -f 'doc/stow.texi' || echo './'
The text was updated successfully, but these errors were encountered:
I'm afraid I don't have a Mac to try this out on, but maybe this is an issue with an old version of makeinfo?
makeinfo
Sorry, something went wrong.
No branches or pull requests
On OSX using mactex as my latex distribution, installed with Home-brew, I get the following docs build error:
rm -f doc/manual-single.html
/bin/sh '/Users/gpoole/temp3/.gbpEnv/stow/automake/missing' makeinfo --html -I . -I doc -I ./doc
-c USE_TITLEPAGE_FOR_TITLE=1 --no-split -o doc/manual-single.html
test -f 'doc/stow.texi' || echo './'
doc/stow.teximakeinfo: invalid option -- c
Try `makeinfo --help' for more information.
The text was updated successfully, but these errors were encountered: