all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 06/11] gnu: atk: Move html documentation to 'doc' output.
Date: Wed,  8 Apr 2015 11:34:29 +0800	[thread overview]
Message-ID: <1428464074-9794-6-git-send-email-iyzsong@gmail.com> (raw)
In-Reply-To: <1428464074-9794-1-git-send-email-iyzsong@gmail.com>

* 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

  parent reply	other threads:[~2015-04-08  3:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08  3:34 [PATCH 01/11] gnu: at-spi2-core: Update to 2.16.0 宋文武
2015-04-08  3:34 ` [PATCH 02/11] gnu: at-spi2-core: Enable tests 宋文武
2015-04-08  3:34 ` [PATCH 03/11] gnu: at-spi2-core: Propagate inputs dbus and glib 宋文武
2015-04-08  3:34 ` [PATCH 04/11] gnu: at-spi2-core: Enable GObject introspection 宋文武
2015-04-08  3:34 ` [PATCH 05/11] gnu: atk: Update to 2.16.0 宋文武
2015-04-08  3:34 ` 宋文武 [this message]
2015-04-08  3:34 ` [PATCH 07/11] gnu: at-spi2-atk: " 宋文武
2015-04-08  3:34 ` [PATCH 08/11] gnu: atk: Propagate input glib 宋文武
2015-04-08  3:34 ` [PATCH 09/11] gnu: at-spi2-atk: Enable tests 宋文武
2015-04-08  3:34 ` [PATCH 10/11] gnu: at-spi2-atk: Propagate input at-spi2-core 宋文武
2015-04-08  3:34 ` [PATCH 11/11] gnu: at-spi2-core: Move html documentation to 'doc' output 宋文武

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=1428464074-9794-6-git-send-email-iyzsong@gmail.com \
    --to=iyzsong@gmail.com \
    --cc=guix-devel@gnu.org \
    /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.