Use gzip instead of zip for manual page compression. That's the usual method of compressing manual pages on Unix. Signed-off-by: Bernhard Walle diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ makedumpfile: $(SRC) $(OBJ_ARCH) $(CC) $(CFLAGS) $(OBJ_ARCH) -o $@ $< -static -ldw -lelf -lz - zip ./makedumpfile.8.gz ./makedumpfile.8 + gzip -c ./makedumpfile.8 > ./makedumpfile.8.gz clean: rm -f $(OBJ) $(OBJ_ARCH) makedumpfile makedumpfile.8.gz