Compress manpages.

llvm-svn: 54971
This commit is contained in:
Devang Patel 2008-08-19 01:17:41 +00:00
parent 55a3c78835
commit 3978c758f7
1 changed files with 4 additions and 0 deletions

View File

@ -194,6 +194,10 @@ mkdir -p $DT_HOME/lib
mv lib/libLTO.dylib $DT_HOME/lib/libLTO.dylib
rm -f lib/libLTO.a lib/libLTO.la
# Compress manpages
MDIR=$DEST_DIR$DEST_ROOT/share/man/man1
gzip -f $MDIR/*
################################################################################
# Create SYM_DIR with information required for debugging.