No longer install the same documentation repeatedly
This commit is contained in:
parent
1bfc9c539c
commit
7eb5717d8c
|
@ -56,9 +56,7 @@ deforaos_update()
|
|||
echo "Documenting CVS module $MODULE:"
|
||||
$FIND "$SRC/System" "$SRC/Apps" -name "doc" | while read path; do
|
||||
[ -x "$path/gtkdoc.sh" ] || continue
|
||||
for i in $path/*.xml; do
|
||||
(cd "$path" && $MAKE install DESTDIR="$DESTDIR" PREFIX="/") 2> "$DEVNULL"
|
||||
done
|
||||
(cd "$path" && $MAKE install DESTDIR="$DESTDIR" PREFIX="/") 2> "$DEVNULL"
|
||||
done
|
||||
|
||||
#make archive
|
||||
|
|
Loading…
Reference in New Issue
Block a user