Fixed typo in line breaking in javadoc installation causing it to fail

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16826 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-05-27 15:45:10 +00:00
parent 7fba10e4f9
commit ae4e85b728
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue May 27 16:52:27 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/Documentation/javadoc.make (internal-doc-install_): Fixed line breaking
typo.
Tue May 27 13:21:57 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/objc.make: Remove old deprecation warning.

View file

@ -66,7 +66,7 @@ endif
ifneq ($(JAVADOC_FILES),)
internal-doc-install_::
$(ECHO_INSTALLING)rm -rf $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)/$(GNUSTEP_INSTANCE)
$(ECHO_INSTALLING)rm -rf $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)/$(GNUSTEP_INSTANCE); \
$(TAR) cf - $(GNUSTEP_INSTANCE) | \
(cd $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR); $(TAR) xf -)$(END_ECHO)
ifneq ($(CHOWN_TO),)