Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • One difficulty is that I do not want to run texi2pdf automatically on all files. But, rather, I want to instruct make which file to use, Commented Jun 28, 2021 at 4:02
  • Then list them out individually in that case. My answer is edited to reflect that Commented Jun 28, 2021 at 4:05
  • Thanks. Still I find a problem because I have to modify the makefile everytime I want to run texi2pdf on a different file. Commented Jun 28, 2021 at 4:14
  • If you don't want to touch the Makefile, then supply the .texi files to make from the command line in that case. Commented Jun 28, 2021 at 4:26
  • Would need different strings that I can pass to make, so it will run the command on the appropriate file. Would need to pass something to the command line as you say. Commented Jun 28, 2021 at 4:26