move-docs.sh: Handle share/gtk-doc

This commit is contained in:
Eelco Dolstra 2015-07-26 13:35:49 +02:00
parent 06510fab8c
commit 2d9c63633e

View file

@ -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