mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
453c897725
commit
eb0e9d0e2d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue