26 lines
692 B
Plaintext
26 lines
692 B
Plaintext
# defs.docs - makefile fragment for specifying documentation parameters
|
|
#
|
|
# modification history
|
|
# --------------------
|
|
# 01a,14sep05,ijm created
|
|
#
|
|
# DESCRIPTION
|
|
# This file contains settings to configure the documentation build for the
|
|
# PPP component kernel side.
|
|
|
|
include $(WIND_BASE)/target/h/make/config/defs.version
|
|
|
|
ifeq ($(KERNEL_MAJOR_VERSION),6)
|
|
|
|
DOC_DIR = $(DOCS_ROOT)/com.windriver.ide.doc.wr_ppp/wr_ppp_kernel_api_reference_2.2
|
|
DOC_BOOK = Wind_River_PPP_Kernel_API_Reference_2.2
|
|
DOC_CHAPTER = Wind_River_PPP_API
|
|
|
|
else
|
|
|
|
# Force apigen for VxWorks 5.x doc build. Only needed on kernel side.
|
|
#
|
|
REFGEN_SH = $(WIND_BASE)/host/$(WIND_HOST_TYPE)/bin/apigen -nostrict -missingok
|
|
|
|
endif
|