You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lazarus/gzip_manpages_patch.diff

10 lines
438 B

Index: lazarus/install/man/Makefile
===================================================================
--- lazarus/install/man/Makefile (revision 22196)
+++ lazarus/install/man/Makefile (working copy)
@@ -31,3 +31,4 @@
# $(GINSTALL) -d -m 755 $(INSTALL_MANDIR)/man5
$(GINSTALL) -c -m 644 man1/*.1 $(INSTALL_MANDIR)/man1
# $(GINSTALL) -c -m 644 man5/*.5 $(INSTALL_MANDIR)/man5
+ find man1/*.1 -exec gzip -9f $(INSTALL_MANDIR)/'{}' \;