all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: 34615@debbugs.gnu.org
Subject: [bug#34615] [PATCH] gnu: Add libtommath.
Date: Fri, 22 Feb 2019 23:30:54 +0100	[thread overview]
Message-ID: <87r2bzv4kh.fsf@nckx> (raw)
In-Reply-To: <20190222122736.GA18280@macbook41>

Efraim,

I noticed some PDF documentation that isn't currently installed. 
How about:

  (add-after 'build 'install-documentation
    (lambda* (#:key outputs #:allow-other-keys)
      (let* ((out (assoc-ref outputs "out"))
             (doc (string-append out "/share/doc/" ,name "-" 
             ,version)))
        (for-each (lambda (file) (install-file file doc))
                  (find-files "doc" "\\.pdf$"))
        #t))))

(This mail was supposed to be longer because it *is* possible to 
regenerate al least bn.pdf from the .tex sources, but an hour and 
6 GiB of texlive grafting later I don't have the energy to remove 
the non-determininstic date on their front page.  Foo.)

Kind regards,

T G-R

  reply	other threads:[~2019-02-22 22:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-22 12:20 [bug#34615] [PATCH] gnu: Add libtommath Efraim Flashner
2019-02-22 12:27 ` Efraim Flashner
2019-02-22 22:30   ` Tobias Geerinckx-Rice [this message]
2019-02-24  7:45     ` Efraim Flashner
2019-02-24  8:52   ` bug#34615: " Efraim Flashner
2019-02-22 18:57 ` [bug#34615] " Tobias Geerinckx-Rice
2019-02-23  9:06   ` swedebugia
2019-02-24  7:47     ` Efraim Flashner
2019-02-24  7:50   ` Efraim Flashner

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

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

  git send-email \
    --in-reply-to=87r2bzv4kh.fsf@nckx \
    --to=me@tobias.gr \
    --cc=34615@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.