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)