gnu: groff: Add "doc" output.
authorLudovic Courtès <ludo@gnu.org>
Thu, 5 Feb 2015 22:02:40 +0000 (23:02 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 5 Feb 2015 22:40:55 +0000 (23:40 +0100)
* gnu/packages/groff.scm (groff): Add 'outputs' field.

gnu/packages/groff.scm

index e7a0026..93d0380 100644 (file)
@@ -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)