mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Minor install fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c0edbd32b3
commit
81939f45c5
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-10-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Instance/documentation.make: commented out bogus extra running
|
||||
of autogsdoc without args, as this was halting install process.
|
||||
|
||||
2002-10-01 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/filesystem.texi: New file.
|
||||
|
|
|
@ -397,9 +397,9 @@ internal-doc-install_::
|
|||
rm -rf $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)/$(GNUSTEP_INSTANCE)
|
||||
$(TAR) cf - $(GNUSTEP_INSTANCE) | \
|
||||
(cd $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR); $(TAR) xf -)
|
||||
ifeq ($(GNUSTEP_BASE_HAVE_LIBXML),1)
|
||||
-$(AUTOGSDOC) $(INTERNAL_AGSLINKFLAGS) $(notdir $(AGSDOC_HTML_FILES))
|
||||
endif
|
||||
#ifeq ($(GNUSTEP_BASE_HAVE_LIBXML),1)
|
||||
# -$(AUTOGSDOC) $(INTERNAL_AGSLINKFLAGS) $(notdir $(AGSDOC_HTML_FILES))
|
||||
#endif
|
||||
ifneq ($(CHOWN_TO),)
|
||||
$(CHOWN) -R $(CHOWN_TO) \
|
||||
$(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)/$(GNUSTEP_INSTANCE)
|
||||
|
|
Loading…
Reference in a new issue