diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uudx/files/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/converters/uudx/files/Makefile b/converters/uudx/files/Makefile index c34d155..341536a 100644 --- a/converters/uudx/files/Makefile +++ b/converters/uudx/files/Makefile @@ -20,7 +20,3 @@ install: ${PROGRAM} ${INSTALL} -c -s ${PROGRAM} ${PREFIX}/bin mkdir -p ${MANDIR} ${INSTALL} -c ${MANPAGE} ${MANDIR} -.if !defined(NOMANCOMPRESS) - gzip -9nf ${MANDIR}/${MANPAGE} - -.endif |