diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-04-14 15:40:58 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-04-14 15:40:58 +0800 |
commit | b2a80c785d37a1f96895131d005df8a2b8872dab (patch) | |
tree | 4b4ac1b1d631d6c2e6f1dd44ab06dccca0894704 /gnu | |
parent | 5d4c6957218f4189d811012dc01d950e16710ec0 (diff) | |
download | gnu-guix-b2a80c785d37a1f96895131d005df8a2b8872dab.tar gnu-guix-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".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/glib.scm | 2 |
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. |