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: Sun, 27 Jun 2021 10:17:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

lisa-asket wrote:

> Would require much more information than just.
>
> target: prerequisite
> command

No.

> A real example for doing texi2pdf would be crucial.

like this maybe?

name=ghost

texi=${name}.texi

pdf=${name}.pdf

all: ${pdf}

${pdf}: ${texi}
        texi2pdf $<

clear:
        rm -f ${pdf}

> It is a shame I have to ask you what I should write, but
> I am all new to these things.

Time to level up the attitude, no one or very few will do what
I just did around and issue like this and maybe I myself will
just do it a couple of more times or so ...

> But somehow I learned to do some elisp. 

Okay, but don't use it for this.

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




reply via email to

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