No longer install the same documentation repeatedly

This commit is contained in:
Pierre Pronchery 2012-06-15 22:06:58 +00:00
parent 1bfc9c539c
commit 7eb5717d8c

View File

@ -56,9 +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
for i in $path/*.xml; do (cd "$path" && $MAKE install DESTDIR="$DESTDIR" PREFIX="/") 2> "$DEVNULL"
(cd "$path" && $MAKE install DESTDIR="$DESTDIR" PREFIX="/") 2> "$DEVNULL"
done
done done
#make archive #make archive