mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-01 04:21:07 +00:00
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:
parent
ad14f40c97
commit
c7640c5cb4
2 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
||||
* Source/NSString.m (-stringByResolvingSymlinksInPath): Use
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue