diff --git a/src/deforaos-document.sh b/src/deforaos-document.sh index cd94221..3ee6fe4 100755 --- a/src/deforaos-document.sh +++ b/src/deforaos-document.sh @@ -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