No longer hide errors with Gtkdoc
This commit is contained in:
parent
4f07656628
commit
f63ac6b6a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user