gnu: at-spi2-core: Move html documentation to 'doc' output.

* gnu/packages/gtk.scm (at-spi2-core)[outputs]: New field.
  [arguments]: Add #:configure-flags.
master
宋文武 2015-04-08 11:30:58 +08:00
parent 6967cc3f28
commit 068a53c36d
1 changed files with 5 additions and 0 deletions

View File

@ -349,8 +349,13 @@ in the GNOME project.")
(base32
"1l3l39mw23zyjlcqidvkyqlr4gwbhplzw2hcv3qvn6p8ikxpf2qw"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(arguments
'(#:make-flags '("CC=gcc") ; for g-ir-scanner
#:configure-flags
(list (string-append "--with-html-dir="
(assoc-ref %outputs "doc")
"/share/gtk-doc/html"))
#:phases
(modify-phases %standard-phases
(replace check