Instance/Documentation/autogsdoc.make: If not BASE_MAKE_LOADED

print a better error message about needing to install GNUstep-base
first


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16979 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-06-21 12:30:09 +00:00
parent fd19bac925
commit bd0114698a
2 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2003-06-21 Adam Fedor <fedor@gnu.org>
* Instance/Documentation/autogsdoc.make: If not BASE_MAKE_LOADED
print a better error message about needing to install GNUstep-base
first.
2003-06-20 Adam Fedor <fedor@gnu.org>
* Version 1.7.1

View file

@ -20,6 +20,7 @@
# If not, write to the Free Software Foundation,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
ifeq ($(BASE_MAKE_LOADED), yes)
ifeq ($(GNUSTEP_BASE_HAVE_LIBXML), 1)
ifeq ($(AUTOGSDOC),)
@ -64,3 +65,13 @@ internal-doc-all_::
@echo "No libxml - processing of autogsdoc files skipped"
endif # GNUSTEP_BASE_HAVE_LIBXML
else
internal-doc-all_::
@echo "GNUstep-Base not installed - processing of autogsdoc files skipped"
@echo "If you want to generate documentation, install GNUstep-base first"
@echo "and then rerun make here"
endif # BASE_MAKE_LOADED