Files
vxWorks/h/make/config/comps/radius/defs.docs
2025-08-20 18:25:46 +08:00

30 lines
917 B
Plaintext

# defs.docs - makefile fragment for specifying documentation parameters
#
# modification history
# --------------------
# 01d,13sep05,ijm Update RADIUS release to 1.3
# 01c,30may05,tpw Specify kernel-only in VxWorks 6 manual name.
# 01b,30may05,tpw Add -set KERNEL for Argus doc build.
# 01a,12may05,tpw created
#
# DESCRIPTION
# This file contains settings to configure the documentation build for the
# RADIUS Client component.
include $(WIND_BASE)/target/h/make/config/defs.version
ifeq ($(KERNEL_MAJOR_VERSION),6)
DOC_DIR = $(DOCS_ROOT)/com.windriver.ide.doc.wr_radius_client/wr_radius_client_kernel_api_reference_1.3
DOC_BOOK = Wind_River_RADIUS_Client_1.3
DOC_CHAPTER = Wind_River_RADIUS_Client_Kernel_API_Reference,_1.3
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 -set KERNEL
endif