883N/A#
883N/A# CDDL HEADER START
883N/A#
883N/A# The contents of this file are subject to the terms of the
883N/A# Common Development and Distribution License (the "License").
883N/A# You may not use this file except in compliance with the License.
883N/A#
883N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
883N/A# or http://www.opensolaris.org/os/licensing.
883N/A# See the License for the specific language governing permissions
883N/A# and limitations under the License.
883N/A#
883N/A# When distributing Covered Code, include this CDDL HEADER in each
883N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
883N/A# If applicable, add the following below this CDDL HEADER, with the
883N/A# fields enclosed by brackets "[]" replaced with your own identifying
883N/A# information: Portions Copyright [yyyy] [name of copyright owner]
883N/A#
883N/A# CDDL HEADER END
883N/A#
883N/A
883N/A#
883N/A# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
883N/A#
883N/A
883N/Ainclude $(SRC)/make-rules/Makefile.env
883N/A
883N/A# The location of the DocBook XSL stylesheets to use. Most systems
883N/A# should provide a catalog which automatically maps from the
883N/A# DOCBOOK_XSL URL to a local path.
883N/A
883N/ADOCBOOK_XSL= http://docbook.sourceforge.net/release/xsl/current
883N/A
883N/ASTYLESHEET= profile-docbook.xsl
883N/AFO_XSL= $(DOCBOOK_XSL)/fo/$(STYLESHEET)
883N/AHTML_XSL= $(DOCBOOK_XSL)/html/$(STYLESHEET)
883N/AMAN_XSL= $(DOCBOOK_XSL)/manpages/$(STYLESHEET)
883N/A
883N/A# The sections of the documentation that make comments intended for an
883N/A# internal audience are given a status of "private". Setting STATUS to
883N/A# something other than "private" will cause those sections to be
883N/A# eliminated from the generated output.
883N/A
883N/ASTATUS= private
883N/ADBOPTS= \
883N/A --stringparam funcsynopsis.style "ansi" \
883N/A --stringparam man.authors.section.enabled 0 \
883N/A --stringparam section.autolabel 1 \
883N/A --stringparam section.label.includes.component.label 1 \
883N/A --stringparam segmentedlist.as.table 1 \
883N/A --stringparam profile.status "$(STATUS)"
883N/A
883N/A# We assume xsltproc, xmllint, and Apache fop are all in the user's
883N/A# path.
883N/A
883N/AXSLTPROC= xsltproc --xinclude --nonet
883N/AXMLLINT= xmllint --xinclude --postvalid --noout
883N/A
883N/ADBXSLTPROC= $(XSLTPROC) $(DBOPTS)
883N/AFOP= fop
883N/A
883N/A# Commands
883N/A
883N/AXSLT.man = $(DBXSLTPROC) $(MAN_XSL) $<