Remove even more documentation.

This commit is contained in:
Yann E. MORIN" 2007-05-18 15:48:11 +00:00
parent 63a75e1743
commit 4f4aa3cfb5

View File

@ -372,8 +372,9 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" ]; then
# Remove the generated documentation files # Remove the generated documentation files
if [ "${CT_REMOVE_DOCS}" = "y" ]; then if [ "${CT_REMOVE_DOCS}" = "y" ]; then
CT_DoLog INFO "Removing installed documentation" CT_DoLog INFO "Removing installed documentation"
rm -rf "${CT_PREFIX_DIR}/"{man,info} rm -rf "${CT_PREFIX_DIR}/"{,usr/}{man,info}
rm -rf "${CT_DEBUG_INSTALL_DIR}/usr/"{man,info} rm -rf "${CT_SYSROOT_DIR}/"{,usr/}{man,info}
rm -rf "${CT_DEBUG_INSTALL_DIR}/"{,usr/}{man,info}
fi fi
fi fi
fi fi