docs revision 3293
4070N/A#
4070N/A# CDDL HEADER START
4070N/A#
4070N/A# The contents of this file are subject to the terms of the
4070N/A# Common Development and Distribution License (the "License").
4070N/A# You may not use this file except in compliance with the License.
4070N/A#
4070N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4070N/A# or http://www.opensolaris.org/os/licensing.
4070N/A# See the License for the specific language governing permissions
4070N/A# and limitations under the License.
4070N/A#
4070N/A# When distributing Covered Code, include this CDDL HEADER in each
4070N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4070N/A# If applicable, add the following below this CDDL HEADER, with the
4070N/A# fields enclosed by brackets "[]" replaced with your own identifying
4070N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4070N/A#
4070N/A# CDDL HEADER END
4070N/A#
4070N/A
4070N/A#
4070N/A# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
4070N/A#
4070N/A
4070N/A# man pages
4312N/A<transform dir file link hardlink path=usr.*/man(/.+){0,1}$ -> \
4312N/A default facet.doc.man all>
4312N/A
4070N/A# texinfo docs
4070N/A<transform dir file link hardlink path=usr/.*/info(/.+){0,1}$ -> \
4070N/A default facet.doc.info all>
4070N/A<transform file path=usr/.*/info/.+$ -> \
4070N/A add restart_fmri svc:/application/texinfo-update:default>
4070N/A<transform file path=usr/.*/info/dir$ -> exit 1 "Error: packaged texinfo directory file (%<action.path>)" >
4070N/A
4070N/A# html docs
4070N/A<transform dir file link hardlink path=usr/.*/doc/.*(html?|css).* -> \
4070N/A default facet.doc.html all>
4070N/A<transform dir file link hardlink path=usr/lib/help/.*\.html$ -> \
4070N/A default facet.doc.html all>
4070N/A# Ruby API html docs
4070N/A<transform file path=usr/ruby/.*/lib/ruby/vendor_ruby/.*/doc/.*/rdoc/* -> \
4070N/A default facet.doc.html all>
4070N/A
4070N/A# pdf docs
4070N/A<transform dir file link hardlink path=usr/.*/doc/.*\.pdf$ -> \
4070N/A default facet.doc.pdf all>
4070N/A
4070N/A# ps docs
4070N/A<transform dir file link hardlink path=usr/.*/doc/.*\.ps$ -> \
4070N/A default facet.doc.ps all>
4070N/A
4070N/A# Ruby API ri Docs
4070N/A<transform file path=usr/ruby/.*/lib/ruby/vendor_ruby/.*/doc/.*/ri/* -> \
4070N/A default facet.doc.ri all>
4070N/A<transform file path=usr/ruby/.*/share/ri/.*/* -> default facet.doc.ri all>
4070N/A
4070N/A# general documentation
4070N/A<transform dir file link hardlink path=usr/.*/doc(/.+){0,1}$ -> \
4070N/A default facet.doc all>
4070N/A
4070N/A# drop facet.doc if we have a type specific facet.
4070N/A<transform dir file link hardlink facet.doc.html=all -> delete facet.doc all>
4070N/A<transform dir file link hardlink facet.doc.info=all -> delete facet.doc all>
4070N/A<transform dir file link hardlink facet.doc.pdf=all -> delete facet.doc all>
4070N/A<transform dir file link hardlink facet.doc.man=all -> delete facet.doc all>
4312N/A<transform dir file link hardlink facet.doc.ri=all -> delete facet.doc all>
4312N/A