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:
nico 2002-01-04 17:48:44 +00:00
parent 8cf944f4b0
commit 0762bcb849

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