mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
51fa2fd62f
commit
2e1e3e8c08
3 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue