summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-04-14 15:40:58 +0800
committer宋文武 <iyzsong@gmail.com>2015-04-14 15:40:58 +0800
commitb2a80c785d37a1f96895131d005df8a2b8872dab (patch)
tree4b4ac1b1d631d6c2e6f1dd44ab06dccca0894704
parent5d4c6957218f4189d811012dc01d950e16710ec0 (diff)
downloadpatches-b2a80c785d37a1f96895131d005df8a2b8872dab.tar
patches-b2a80c785d37a1f96895131d005df8a2b8872dab.tar.gz
gnu: glib: Move html documentation to $doc/share/gtk-doc/html.
* gnu/packages/glib.scm (glib)[arguments]<#:configure-flags>: Pass "--with-html-dir=$doc/share/gtk-doc/html".
-rw-r--r--gnu/packages/glib.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ab789b2d0e..688c0b61d0 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -176,7 +176,7 @@ shared NFS home directories.")
;; Note: `--docdir' and `--htmldir' are not honored, so work around it.
#:configure-flags (list (string-append "--with-html-dir="
(assoc-ref %outputs "doc")
- "/share/gtk-doc"))
+ "/share/gtk-doc/html"))
;; In 'gio/tests', 'gdbus-test-codegen-generated.h' is #included in a
;; file that gets compiled possibly before it has been fully generated.