diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-05-07 10:01:14 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-05-10 11:13:07 -0700 |
commit | d63ce4fc3aabc208d97b5ff2a14bf2ba351103e7 (patch) | |
tree | e02fb01eb948d72f74b09996377d803d7a354206 /host/docs | |
parent | f4c58120dc1e3674ee0228213f0f0011a0f80dcf (diff) | |
download | uhd-d63ce4fc3aabc208d97b5ff2a14bf2ba351103e7.tar.gz uhd-d63ce4fc3aabc208d97b5ff2a14bf2ba351103e7.tar.bz2 uhd-d63ce4fc3aabc208d97b5ff2a14bf2ba351103e7.zip |
docs: man pages compress fully
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/CMakeLists.txt b/host/docs/CMakeLists.txt index 3c49f8088..faf0c49de 100644 --- a/host/docs/CMakeLists.txt +++ b/host/docs/CMakeLists.txt @@ -140,7 +140,7 @@ IF(ENABLE_MAN_PAGES) ADD_CUSTOM_COMMAND( OUTPUT ${gzfile} DEPENDS ${manfile} - COMMAND ${GZIP_EXECUTABLE} -cf ${manfile} > ${gzfile} + COMMAND ${GZIP_EXECUTABLE} -9 -cf ${manfile} > ${gzfile} COMMENT "Generating ${PROGRAM_NAME} man page" ) |