# # # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. # # transforms for documentation that delivers to standard # Solaris locations # add general facet for all docs \ default facet.doc true> # man pages get their own \ default facet.doc.man true> \ add restart_fmri svc:/application/man-index:default> # so do pdf docs \ default facet.doc.pdf true> # and texinfo docs \ default facet.doc.info true> # and html as well \ default facet.doc.html true> \ default facet.doc.html true> # tag update service \ add restart_fmri svc:/application/texinfo-update:default> # drop facet.doc if we have a type specific facet; this makes # removing a specific type easier for admins delete facet.doc true> delete facet.doc true> delete facet.doc true> delete facet.doc true>