|
|
--- ./platforms/unix/config/Makefile.install 2004-04-02 04:17:33.000000000 +0200
+++ ./platforms/unix/config/Makefile.install-p 2004-11-03 02:50:09.146878968 +0100
@@ -63,7 +63,7 @@
echo $(INSTALL_DATA) $(topdir)/platforms/unix/doc/$$f $(ROOT)$(docdir); \ $(INSTALL_DATA) $(topdir)/platforms/unix/doc/$$f $(ROOT)$(docdir); \ done - gzip -f9 $(ROOT)$(docdir)/*
+ gzip -f9 $(ROOT)$(docdir)/* || true
$(MKINSTALLDIRS) $(ROOT)$(mandir)/man1 $(INSTALL_DATA) squeak.1 $(ROOT)$(mandir)/man1 rm -f $(ROOT)$(mandir)/man1/inisqueak.1
|