Hide the output for the documentation phase

This commit is contained in:
Pierre Pronchery 2012-06-15 22:11:30 +00:00
parent 7eb5717d8c
commit bb8159f103

View File

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