emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] main 37f7e91: * elpa-packages: Adapt tramp entry.


From: Stefan Monnier
Subject: Re: [elpa] main 37f7e91: * elpa-packages: Adapt tramp entry.
Date: Tue, 22 Dec 2020 11:04:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> + ("tramp"            :url "git://git.sv.gnu.org/tramp.git"
> +  :branch "externals/tramp"
> +  :main-file "trampver.el"
> +  :make ("autoloads" "info")
> +  :doc "tramp.info")

Hmm... admin/README says:

    ** =:make TARGET=
    Indicates that we should run ~make TARGET~ in order to build some files.
    This is run before processing =:doc=, so it can be used to generate
    the Info and Texinfo file from some other format.
    TARGET can also be a list, in which case each target should be
    an actual file name (rather than a "phony target").

so it should be either something like:

    :make ("tramp-loaddefs.el" "tramp.info")

or something like:

    :make "elpa"

BTW, regarding `:doc`, IIUC the difference between `:doc "text/tramp.texi"`
and your makefile rules seems to be mostly `--footnote-style=end`.  I'm not
familiar enough with Info and `makeinfo` to know what this does.
Do you think we should maybe use `--footnote-style=end` by default?


        Stefan




reply via email to

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