Made the Documentation build again, plus fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21881 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2005-10-26 14:35:28 +00:00
parent 3a51762edf
commit 72a5cf5aea

View file

@ -1,3 +1,25 @@
2005-10-26 Nicola Pero <n.pero@mi.flashnet.it>
* common.make: Removed checks for GNUSTEP_*_ROOT variables
top-level, they are not automatically and always set by
config.make, no need to check for them here in the new system.
2005-10-26 Nicola Pero <n.pero@mi.flashnet.it>
* Master/rules.make: Rewritten code that determines if this the
top-level make invocation (in order to have the dependencies
install: check-install-permissions all, and distclean: clean
top-level), so that it also works when gnustep-make is invoked
from within a makefile itself (this fixes 'make distclean' in
gnustep-make's own Documentation/GNUmakefile).
* common.make: Updated similar checks.
2005-10-26 Nicola Pero <n.pero@mi.flashnet.it>
* Documentation/GNUmakefile: Updated commands to create temporary
gnustep-make installation. Also, do not source GNUstep.sh but rely
just on passing GNUSTEP_MAKEFILES on the make command line.
2005-10-26 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile.in (install): Fixed installing GNUstep.conf