guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: atk: Move html documentation to 'doc' output.


From: ???
Subject: 09/15: gnu: atk: Move html documentation to 'doc' output.
Date: Wed, 08 Apr 2015 08:04:58 +0000

iyzsong pushed a commit to branch core-updates
in repository guix.

commit cd0466ebf83518bd71ccb02484bd66c5008ea9ed
Author: 宋文武 <address@hidden>
Date:   Wed Apr 8 11:07:12 2015 +0800

    gnu: atk: Move html documentation to 'doc' output.
    
    * gnu/packages/gtk.scm (atk)[outputs]: New field.
      [arguments]: New field.
---
 gnu/packages/gtk.scm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 49a3432..7faa938 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -62,6 +62,12 @@
              (base32
               "0qp5i91kfk6rhrlam3s8ha0cz88lkyp89vsyn4pb5856c1h9hpq9"))))
    (build-system gnu-build-system)
+   (outputs '("out" "doc"))
+   (arguments
+    `(#:configure-flags
+      (list (string-append "--with-html-dir="
+                           (assoc-ref %outputs "doc")
+                           "/share/gtk-doc/html"))))
    (inputs `(("glib" ,glib)))
    (native-inputs
     `(("pkg-config" ,pkg-config)



reply via email to

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