guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: groff: Add "doc" output.


From: Ludovic Courtès
Subject: 03/04: gnu: groff: Add "doc" output.
Date: Thu, 05 Feb 2015 22:41:04 +0000

civodul pushed a commit to branch master
in repository guix.

commit 7d157c652cf90459dcce51c2c98985683e5359c4
Author: Ludovic Courtès <address@hidden>
Date:   Thu Feb 5 23:02:40 2015 +0100

    gnu: groff: Add "doc" output.
    
    * gnu/packages/groff.scm (groff): Add 'outputs' field.
---
 gnu/packages/groff.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index e7a0026..93d0380 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -40,6 +40,8 @@
             (sha256 (base32
                      "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7bajj1s"))))
    (build-system gnu-build-system)
+   (outputs '("out"
+              "doc"))                    ;12MiB of PS, PDF, HTML, and examples
    (inputs `(("ghostscript" ,ghostscript)
              ("netpbm" ,netpbm)))
    (native-inputs `(("bison" ,bison)



reply via email to

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