Remove attempt to create $\(doctemplatesdir\).

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19113 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2004-04-15 13:14:40 +00:00
parent ad14f40c97
commit c7640c5cb4
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2004-04-15 15:10 Alexander Malmberg <alexander@malmberg.org>
* Tools/Makefile.postamble: Remove attempt to create
$(doctemplatesdir).
2004-04-15 14:39 Alexander Malmberg <alexander@malmberg.org> 2004-04-15 14:39 Alexander Malmberg <alexander@malmberg.org>
* Source/NSString.m (-stringByResolvingSymlinksInPath): Use * Source/NSString.m (-stringByResolvingSymlinksInPath): Use

View file

@ -26,9 +26,6 @@ after-install::
for file in $(DTD_FILES); do \ for file in $(DTD_FILES); do \
$(INSTALL_DATA) $$file $(dtddir)/$$file; \ $(INSTALL_DATA) $$file $(dtddir)/$$file; \
done; \ done; \
if [ ! -f $(doctemplatesdir) ]; then \
$(MKDIRS) $(doctemplatesdir); \
fi; \
if [ ! -f $(GNUSTEP_DOCUMENTATION_MAN) ]; then \ if [ ! -f $(GNUSTEP_DOCUMENTATION_MAN) ]; then \
$(MKDIRS) $(GNUSTEP_DOCUMENTATION_MAN); \ $(MKDIRS) $(GNUSTEP_DOCUMENTATION_MAN); \
fi; \ fi; \
@ -71,7 +68,7 @@ after-install::
echo "services on remote systems available to your local programs"; \ 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 "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 "-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 "startup command to your system boot scripts!"; \
echo "************************************************************"; \ echo "************************************************************"; \
$(END_ECHO) $(END_ECHO)