21 lines
563 B
Plaintext
21 lines
563 B
Plaintext
# defs.docs - makefile fragment for specifying documentation parameters
|
|
#
|
|
# modification history
|
|
# --------------------
|
|
# 01b,20sep05,mze mods for TIPC1.2
|
|
# 01a,24may05,mze created
|
|
#
|
|
# DESCRIPTION
|
|
# This file contains settings to configure the documentation build for the
|
|
# TIPC component
|
|
|
|
include $(WIND_BASE)/target/h/make/config/defs.version
|
|
|
|
ifeq ($(KERNEL_MAJOR_VERSION),6)
|
|
|
|
DOC_DIR = $(DOCS_ROOT)/com.windriver.ide.doc.wr_tipc/wr_tipc_kernel_api_reference_1.2
|
|
DOC_BOOK = Wind_River_TIPC_1.2
|
|
DOC_CHAPTER = Wind_River_TIPC_Kernel_API_Reference,_1.2
|
|
|
|
endif
|