makeinfo --pdf vs Emacs texi2pdf strategy
Heime <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <CoGK_AAyTO_Z7YFf8eyH-S-Ie_S5Jf-WNxljFOUe4oEOqrJAdFhxFLzN3OHKDMOBYTn1dFEUQ094vWKtyKW5iRUcV46sB5BVR_nrXw921GY=@protonmail.com> |
In Makefile.in for making the Emacs documentation, there is
emacs.pdf: ${EMACSSOURCES}
$(ENVADD) $(TEXI2PDF) $<
I want to produce the .pdf for my program with makeinfo, but it seems
that the correct approach would be to add -o $@
$(trgdir)/antares.pdf: ${srcs} | ${trgdir}
makeinfo --pdf -o $@ $<