* Re: GNU Manuals in Info/HTML format via Guix?
[not found] <87r068bmom.fsf@jeremybryant.net>
@ 2024-12-16 0:58 ` Suhail Singh
0 siblings, 0 replies; only message in thread
From: Suhail Singh @ 2024-12-16 0:58 UTC (permalink / raw)
To: Jeremy Bryant
Cc: guix-devel, Richard Stallman, Björn Bidar, arne_bab@web.de,
Suhail Singh
Jeremy Bryant <jb@jeremybryant.net> writes:
> The GNU Project's documentation format is Texinfo. How about
> distributing some or many Texinfo manuals through Guix, is this
> something that is consistent with previous norms in Guix?
Guix has had SICP available via Info format since 2016:
<https://packages.guix.gnu.org/packages/sicp/20180718-3.bda03f7/>. The
Info file is built directly from the Texinfo source by invoking
makeinfo:
<https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/scheme.scm#n626>.
Packaging becomes even easier when the Texinfo source is available as an
ELPA package. For comparison, I created a patch for the similar sicp
Emacs package (<https://github.com/webframp/sicp-info>):
<https://issues.guix.gnu.org/74906>.
The package definition is somewhat simpler since it obviates the manual
invocation of makeinfo.
> We discussed both a comprehensive solution for Info manuals, as well
> as specific cases such as RMS's C manual (c.info) which is not part of
> a software project.
>
> WDYT?
Given a standalone Texinfo source that we want to distribute as an Info
manual, creating a corresponding ELPA package repository is especially
effective. It makes packaging into Guix easier. Additionally, it makes
the generated Info manual available to users of Emacs who don't use Guix
(via package-vc-install etc).
--
Suhail
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-16 0:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <87r068bmom.fsf@jeremybryant.net>
2024-12-16 0:58 ` GNU Manuals in Info/HTML format via Guix? Suhail Singh
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).