summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-26 13:35:49 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-26 13:35:49 +0200
commit2d9c63633eb533ee0539717b1ce92d9063d36340 (patch)
tree064d38820e3ff268d7c7b91a4f677cf2ccfe0df3 /pkgs/build-support
parent06510fab8c8bf0b597908b5fb800ba91f2480868 (diff)
downloadnixlib-2d9c63633eb533ee0539717b1ce92d9063d36340.tar
nixlib-2d9c63633eb533ee0539717b1ce92d9063d36340.tar.gz
nixlib-2d9c63633eb533ee0539717b1ce92d9063d36340.tar.bz2
nixlib-2d9c63633eb533ee0539717b1ce92d9063d36340.tar.lz
nixlib-2d9c63633eb533ee0539717b1ce92d9063d36340.tar.xz
nixlib-2d9c63633eb533ee0539717b1ce92d9063d36340.tar.zst
nixlib-2d9c63633eb533ee0539717b1ce92d9063d36340.zip
move-docs.sh: Handle share/gtk-doc
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/setup-hooks/move-docs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/setup-hooks/move-docs.sh b/pkgs/build-support/setup-hooks/move-docs.sh
index c819ee12a9c9..57b71c15691d 100644
--- a/pkgs/build-support/setup-hooks/move-docs.sh
+++ b/pkgs/build-support/setup-hooks/move-docs.sh
@@ -42,6 +42,7 @@ _moveDocs() {
     _moveToOutput share/man "$man"
     _moveToOutput share/info "$info"
     _moveToOutput share/doc "$doc"
+    _moveToOutput share/gtk-doc "$doc"
 
     # Remove empty share directory.
     if [ -d "$out/share" ]; then