c31a5555f1
The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects. For example, it includes classes for strings, object collections, byte streams, typed coders, invocations, notifications, notification dispatchers, moments in time, network ports, remote object messaging support (distributed objects), and event loops. It provides functionality that aims to implement the non-graphical portion of the OpenStep standard (the Foundation library).
22 lines
933 B
Plaintext
22 lines
933 B
Plaintext
$OpenBSD: patch-Tools_Makefile_postamble,v 1.1.1.1 2007/05/29 03:01:35 ajacoutot Exp $
|
|
--- Tools/Makefile.postamble.orig Fri May 11 14:21:27 2007
|
|
+++ Tools/Makefile.postamble Fri May 11 14:21:55 2007
|
|
@@ -49,8 +49,6 @@ after-install::
|
|
for file in $(MAN1_PAGES) __done; do \
|
|
if [ $$file != __done ]; then \
|
|
$(INSTALL_DATA) $$file $(GNUSTEP_DOCUMENTATION_MAN)/man1/$$file; \
|
|
- which gzip && rm -f $(GNUSTEP_DOCUMENTATION_MAN)/man1/$$file.gz \
|
|
- && gzip -9 $(GNUSTEP_DOCUMENTATION_MAN)/man1/$$file; \
|
|
fi; \
|
|
done; \
|
|
if [ ! -f $(GNUSTEP_DOCUMENTATION_MAN)/man8 ]; then \
|
|
@@ -58,8 +56,6 @@ after-install::
|
|
fi; \
|
|
for file in $(MAN8_PAGES); do \
|
|
$(INSTALL_DATA) $$file $(GNUSTEP_DOCUMENTATION_MAN)/man8/$$file; \
|
|
- which gzip && rm -f $(GNUSTEP_DOCUMENTATION_MAN)/man8/$$file.gz \
|
|
- && gzip -9 $(GNUSTEP_DOCUMENTATION_MAN)/man8/$$file; \
|
|
done; \
|
|
if [ "`$(WHOAMI)`" != "root" ]; then \
|
|
echo ""; \
|