Make gsdoc install work

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12002 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-01-06 09:59:29 +00:00
parent 805a5f2d4f
commit 44ae0dc07b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-01-06 Richard Frith-Macdonald <rfm@gnu.org>
* documentation.make: quick hack for agsdoc install to ignore failure
of the re-link operation.
Sat Jan 5 06:55:54 2002 Nicola Pero <n.pero@mi.flashnet.it>
* documentation.make (internal-doc-install,

View file

@ -434,7 +434,7 @@ internal-doc-install::
$(TAR) cf - $(INTERNAL_doc_NAME) | \
(cd $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR); $(TAR) xf -)
ifeq ($(GNUSTEP_BASE_HAVE_LIBXML),1)
autogsdoc $(INTERNAL_AGSLINKFLAGS) $(notdir $(AGSDOC_HTML_FILES))
-autogsdoc $(INTERNAL_AGSLINKFLAGS) $(notdir $(AGSDOC_HTML_FILES))
endif
ifneq ($(CHOWN_TO),)
$(CHOWN) -R $(CHOWN_TO) \