Documentation building fix.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19253 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-05-07 09:33:34 +00:00
parent 51fa2fd62f
commit 2e1e3e8c08
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-05-07 Richard Frith-Macdonald <rfm@gnu.org>
* Master/rules.make: Pass 'operation' to instances in
'GNUSTEP_OPERATION'
* Instance/Documentation/autogsdoc.make: Use 'GNUSTEP_OPERATION'
Thu Apr 29 15:54:17 2004 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/Documentation/autogsdoc.make

View file

@ -38,7 +38,7 @@ internal-doc-all_:: $(GNUSTEP_INSTANCE)/stamp
# Only include (and implicitly automatically rebuild if needed) the
# dependencies file when we are compiling. Ignore it when cleaning or
# installing.
ifeq ($(operation), all)
ifeq ($(GNUSTEP_OPERATION), all)
-include $(GNUSTEP_INSTANCE)/dependencies
endif

View file

@ -319,6 +319,7 @@ $(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \
internal-$${type}-$$operation \
GNUSTEP_TYPE=$$type \
GNUSTEP_INSTANCE=$$instance \
GNUSTEP_OPERATION=$$operation \
INTERNAL_$${type}_NAME=$$instance \
TARGET=$$instance \
GNUSTEP_BUILD_DIR="$${abs_build_dir}"