abuild: include gtk-doc in the -doc subpackage

This commit is contained in:
Natanael Copa 2009-04-01 09:00:52 +00:00
parent d9b6e4ec17
commit ec538cf761
1 changed files with 1 additions and 1 deletions

2
abuild
View File

@ -358,7 +358,7 @@ default_doc() {
depends="$depends_doc"
install="$install_doc"
local i
for i in doc man info html sgml licenses; do
for i in doc man info html sgml licenses gtk-doc; do
if [ -d "$pkgdir/usr/share/$i" ]; then
mkdir -p "$subpkgdir/usr/share"
mv "$pkgdir/usr/share/$i" "$subpkgdir/usr/share/"