mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
7fba10e4f9
commit
ae4e85b728
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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),)
|
||||
|
|
Loading…
Reference in a new issue