Skip to content
New issue

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

Failed to install because ls #93

Open
whompyjaw opened this issue Dec 29, 2021 · 1 comment
Open

Failed to install because ls #93

whompyjaw opened this issue Dec 29, 2021 · 1 comment

Comments

@whompyjaw
Copy link

whompyjaw commented Dec 29, 2021

Sorry hit enter by accident... See comment below for description.

@whompyjaw
Copy link
Author

whompyjaw commented Dec 29, 2021

Output written on stow.pdf (40 pages, 276021 bytes).
Transcript written on stow.log.
rm -rf doc/manual-split.new
if /bin/sh /home/user/stow/automake/missing makeinfo --html -I .  -I doc -I ./doc \
 -o doc/manual-split.new `test -f 'doc/stow.texi' || echo './'`doc/stow.texi; \
then \
  rm -rf doc/manual-split; \
  mv doc/manual-split.new doc/manual-split; \
else \
  rm -Rf doc/manual-split.new doc/manual-split; \
  exit 1; \
fi
[ -d doc ] || mkdir doc # required in vpath mode
rm -f doc/manual-single.html
/bin/sh /home/user/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.
Makefile:1580: recipe for target 'doc/manual-single.html' failed
make: *** [doc/manual-single.html] Error 1

Not sure what other info to provide? Perl is in my path: /usr/local/bin/perl
This is perl, v5.8.8 built for x86_64-linux-thread-multi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant