emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix parallel build failure for Texinfo manual


From: Ulrich Mueller
Subject: Re: [PATCH] Fix parallel build failure for Texinfo manual
Date: Tue, 21 Dec 2021 08:29:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

>>>>> On Mon, 20 Dec 2021, Marco Wahl wrote:

> Possibly a split of function org-make-manuals in org-make-manual and
> org-make-guide and further create two single targets instead of the
> current double target is more clear.

> See the patch.

> WDYT?

Sure, that's much cleaner. (I didn't dare to change the elisp code
because it is also more intrusive.)

> -org.texi orgguide.texi:      org-manual.org org-guide.org
> +org.texi:    org-manual.org org-guide.org

Shouldn't it have only org-manual.org as prerequisite?

>       $(BATCH)                                      \
>         --eval '(add-to-list `load-path "../lisp")' \
>         --eval '(load "../mk/org-fixup.el")'        \
> -       --eval '(org-make-manuals)'
> +       --eval '(org-make-manual)'
> +
> +orgguide.texi:       org-manual.org org-guide.org

Similar here, only org-guide.org?

> +     $(BATCH)                                      \
> +       --eval '(add-to-list `load-path "../lisp")' \
> +       --eval '(load "../mk/org-fixup.el")'        \
> +       --eval '(org-make-guide)'



reply via email to

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