Git Product home page Git Product logo

Comments (1)

whompyjaw avatar whompyjaw commented on June 20, 2024 1
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

from stow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.