No longer hide errors with Gtkdoc

This commit is contained in:
Pierre Pronchery 2012-06-26 15:38:18 +00:00
parent 4f07656628
commit f63ac6b6a2

View File

@ -82,7 +82,7 @@ deforaos_document()
echo " * API documentation"
$FIND "$SRC/System" "$SRC/Apps" -name "doc" | while read path; do
[ -x "$path/gtkdoc.sh" ] || continue
(cd "$path" && $MAKE install DESTDIR="$DESTDIR" PREFIX="/" > "$DEVNULL" 2> "$DEVNULL")
(cd "$path" && $MAKE install DESTDIR="$DESTDIR" PREFIX="/" > "$DEVNULL")
done
#erase temporary data