[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#59811: [PATCH] gnu: linux-libre: Move documentation to a separate pa
From: |
Maxim Cournoyer |
Subject: |
bug#59811: [PATCH] gnu: linux-libre: Move documentation to a separate package. |
Date: |
Tue, 06 Dec 2022 22:22:54 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi,
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> * gnu/packages/linux.scm (linux-libre-5.15-source)
> (linux-libre-5.10-source): Do not apply linux-libre-infodocs-target.patch.
> (make-linux-libre): Remove BUILD-DOC? argument, and
> adjust patches conditional.
> (make-linux-libre*): Likewise. Remove build-doc? validation.
> [arguments]: Move documentation related phases to the new
> linux-libre-documentation.
> [native-inputs]: Move the documentation related native inputs to
> linux-libre-documentation.
> (linux-libre-documentation): New variable.
> * guix/build-system/linux-module.scm
> (make-linux-module-builder) [arguments]: Do not delete build-doc and
> install-doc phases, which no longer exist for linux-libre.
I've tested this for a couple days and it seems fine, so I've applied it
to master already. You can now 'info linux' to read its doc.
Closing.
--
Thanks,
Maxim