move-docs.sh: Handle share/gtk-doc
This commit is contained in:
parent
06510fab8c
commit
2d9c63633e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user