Build up the documentation only if doc=yes is passed on the command line

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11985 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-04 17:48:44 +00:00
parent 453c897725
commit eb0e9d0e2d

View file

@ -88,7 +88,10 @@ include Makefile.preamble
include $(GNUSTEP_MAKEFILES)/ctool.make
include $(GNUSTEP_MAKEFILES)/tool.make
include $(GNUSTEP_MAKEFILES)/test-tool.make
ifeq ($(doc),yes)
include $(GNUSTEP_MAKEFILES)/documentation.make
endif
include Makefile.postamble