Really look for gtk-doc documentation instead of manual pages

This commit is contained in:
Pierre Pronchery 2012-06-14 23:58:55 +00:00
parent 19ae99682b
commit 1bfc9c539c

View File

@ -55,7 +55,7 @@ deforaos_update()
echo ""
echo "Documenting CVS module $MODULE:"
$FIND "$SRC/System" "$SRC/Apps" -name "doc" | while read path; do
[ -x "$path/docbook.sh" ] || continue
[ -x "$path/gtkdoc.sh" ] || continue
for i in $path/*.xml; do
(cd "$path" && $MAKE install DESTDIR="$DESTDIR" PREFIX="/") 2> "$DEVNULL"
done