help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exporting form emacs texinfo-mode to dvi, pdf, and html


From: Emanuel Berg
Subject: Re: Exporting form emacs texinfo-mode to dvi, pdf, and html
Date: Sat, 26 Jun 2021 19:55:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

lisa-asket wrote:

> It is not that I do net want to use a makefile. But I do not
> know what commands
>
> the makefile would need.

Try the commands in the shell first, if it works put it in the
Makefile, use `compile' from Emacs with the settings
I showed you.

The basic Makefile syntax is just a few basic building blocks
that still takes you a loong way...

  (setq compile-command "make -j 4 -s -k ")
  (setq compilation-read-command nil) ; [1]

The basic Makefile syntax is just a few basic building blocks
that still takes you a loong way...

[1] https://dataswamp.org/~incal/emacs-init/ide/compile-incal.el

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]