1 --- opensmalltalk-vm-sun-v5.0.11/platforms/unix/config/Makefile.install Wed Aug 26 15:38:04 2020
2 +++ p0/opensmalltalk-vm-sun-v5.0.11/platforms/unix/config/Makefile.install Thu Aug 27 07:35:22 2020
4 $(INSTALL_DATA) $(ICONS) $(ROOT)$(VM_APP_ICONS); \
7 +install-ckformat : ckformat
8 + $(INSTALL_PROG) ckformat $(ROOT)$(bindir)
10 uninstall-squeak : getversion .force
11 if test -n "$(VM_APP_ICONS)"; then \
12 $(UNINSTALL) $(ROOT)$(VM_APP_ICONS); \
14 echo $(INSTALL_DATA) $(topdir)/platforms/unix/doc/$$f $(ROOT)$(docdir); \
15 $(INSTALL_DATA) $(topdir)/platforms/unix/doc/$$f $(ROOT)$(docdir); \
17 - gzip -f9 $(ROOT)$(docdir)/*
18 $(MKINSTALLDIRS) $(ROOT)$(mandir)/man1
19 $(INSTALL_DATA) squeak.1 $(ROOT)$(mandir)/man1
20 rm -f $(ROOT)$(mandir)/man1/inisqueak.1 $(ROOT)$(mandir)/man1/inisqueak.1.gz