> From: Christopher Dimech <[email protected]> > Cc: [email protected] > Date: Sat, 3 Jul 2021 05:41:41 +0200 > > > > make -C doc texinfo.pdf > > > make: *** doc: No such file or directory. Stop. > > > > In what directory did you invoke that command? It should be invoked > > in the texinfo-X.Y.Z directory created when you unpack the tarball. > > That's what I have done. Is that the source directory of texinfo?
Then I don't understand the error message. When you unpack the tarball, you get a directory whose subdirectories include 'doc'. In that subdirectory, the Makefile defines the rules of producing texinfo.pdf.
