unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liam Hupfer <liam@hpfr.net>
To: 74305@debbugs.gnu.org
Cc: Liam Hupfer <liam@hpfr.net>, Andrew Tropin <andrew@trop.in>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#74305] [PATCH v2 1/2] gnu: emacs-piem: Build Info manual.
Date: Thu, 14 Nov 2024 23:54:21 -0600	[thread overview]
Message-ID: <45268e8a4ad67dc0a1c7078192e459a6886ef186.1731649950.git.liam@hpfr.net> (raw)
In-Reply-To: <cover.1731649950.git.liam@hpfr.net>

* gnu/packages/emacs-xyz (emacs-piem): Build Info manual.

Change-Id: Id3be957586e430f74330e35c6e39e08437668d0e
---
 gnu/packages/emacs-xyz.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b3517b7bd9..39f43824b8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -147,6 +147,7 @@
 ;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;; Copyright © 2024 Spencer King <spencer.king@nursiapress.com>
 ;;; Copyright © 2024 emma thompson <bigbookofbug@proton.me>
+;;; Copyright © 2024 Liam Hupfer <liam@hpfr.net>
 
 ;;;
 ;;; This file is part of GNU Guix.
@@ -9785,7 +9786,13 @@ (define-public emacs-piem
                  (lambda* (#:key inputs #:allow-other-keys)
                    (emacs-substitute-variables "piem-b4.el"
                      ("piem-b4-b4-executable"
-                      (search-input-file inputs "/bin/b4"))))))))
+                      (search-input-file inputs "/bin/b4")))))
+               (add-after 'install 'makeinfo
+                 (lambda _
+                   (invoke "makeinfo" "Documentation/piem.texi")
+                   (install-file "piem.info"
+                                 (string-append #$output "/share/info")))))))
+    (native-inputs (list texinfo))
     (inputs
      (list b4
            emacs-debbugs
-- 
2.46.0





  reply	other threads:[~2024-11-15  5:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-11  2:13 [bug#74305] [PATCH 0/2] Improve piem package Liam Hupfer
2024-11-11  2:52 ` [bug#74305] [PATCH 1/2] gnu: emacs-piem: Build Info manual Liam Hupfer
2024-11-13 23:38   ` [bug#74305] [PATCH 0/2] Improve piem package Noé Lopez via Guix-patches via
2024-11-11  2:52 ` [bug#74305] [PATCH 2/2] gnu: emacs-piem: Canonicalize home-page URL Liam Hupfer
2024-11-15  5:54 ` [bug#74305] [PATCH v2 0/2] Improve piem package Liam Hupfer
2024-11-15  5:54   ` Liam Hupfer [this message]
2024-11-15  5:54   ` [bug#74305] [PATCH v2 2/2] gnu: emacs-piem: Canonicalize home-page URL Liam Hupfer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45268e8a4ad67dc0a1c7078192e459a6886ef186.1731649950.git.liam@hpfr.net \
    --to=liam@hpfr.net \
    --cc=74305@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).