guix-devel
[Top][All Lists]
Advanced

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

[PATCH 06/11] gnu: atk: Move html documentation to 'doc' output.


From: 宋文武
Subject: [PATCH 06/11] gnu: atk: Move html documentation to 'doc' output.
Date: Wed, 8 Apr 2015 11:34:29 +0800

* gnu/packages/gtk.scm (atk)[outputs]: New field.
  [arguments]: New field.
---
 gnu/packages/gtk.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 268723c..fdfb2fc 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -61,6 +61,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)
-- 
2.2.1




reply via email to

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