Skip to content
Snippets Groups Projects
Commit ec538cf7 authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild: include gtk-doc in the -doc subpackage

parent d9b6e4ec
No related branches found
No related tags found
No related merge requests found
...@@ -358,7 +358,7 @@ default_doc() { ...@@ -358,7 +358,7 @@ default_doc() {
depends="$depends_doc" depends="$depends_doc"
install="$install_doc" install="$install_doc"
local i 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 if [ -d "$pkgdir/usr/share/$i" ]; then
mkdir -p "$subpkgdir/usr/share" mkdir -p "$subpkgdir/usr/share"
mv "$pkgdir/usr/share/$i" "$subpkgdir/usr/share/" mv "$pkgdir/usr/share/$i" "$subpkgdir/usr/share/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment