From c7640c5cb4257c644f14dd0f4881e400b8fbcdb4 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 15 Apr 2004 13:14:40 +0000 Subject: [PATCH] Remove attempt to create $\(doctemplatesdir\). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19113 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Tools/Makefile.postamble | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 585a7dce2..ace016c1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-15 15:10 Alexander Malmberg + + * Tools/Makefile.postamble: Remove attempt to create + $(doctemplatesdir). + 2004-04-15 14:39 Alexander Malmberg * Source/NSString.m (-stringByResolvingSymlinksInPath): Use diff --git a/Tools/Makefile.postamble b/Tools/Makefile.postamble index 8bbb45049..1a46d5beb 100644 --- a/Tools/Makefile.postamble +++ b/Tools/Makefile.postamble @@ -26,9 +26,6 @@ after-install:: for file in $(DTD_FILES); do \ $(INSTALL_DATA) $$file $(dtddir)/$$file; \ done; \ - if [ ! -f $(doctemplatesdir) ]; then \ - $(MKDIRS) $(doctemplatesdir); \ - fi; \ if [ ! -f $(GNUSTEP_DOCUMENTATION_MAN) ]; then \ $(MKDIRS) $(GNUSTEP_DOCUMENTATION_MAN); \ fi; \ @@ -71,7 +68,7 @@ after-install:: echo "services on remote systems available to your local programs"; \ echo "If this is not what you want, gdomap must be started with the"; \ echo "-p flag (to disable probing) or the -c flag (to specify which"; \ - echo "remote systems should be probed), and you should addd this"; \ + echo "remote systems should be probed), and you should add this"; \ echo "startup command to your system boot scripts!"; \ echo "************************************************************"; \ $(END_ECHO)