# HG changeset patch # User Norm Jacobs # Date 1393517180 21600 # Node ID 6c8e3c04c6eea5caad4e47668a6fd120ea5bc52c # Parent 5c2545dd1c88bca0ffd0419f8a45b4612889c167 18314045 the docinfo transform is too broad - too many facet.doc.info diff -r 5c2545dd1c88 -r 6c8e3c04c6ee transforms/docs --- a/transforms/docs Tue Feb 25 22:54:48 2014 -0800 +++ b/transforms/docs Thu Feb 27 10:06:20 2014 -0600 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved. # # man pages @@ -28,11 +28,22 @@ default facet.doc.man all> # texinfo docs - \ + +# tag texinfo directory links + default facet.doc.info all> +# tag files directly under .../share/info/ + \ default facet.doc.info all> - \ +# tag files in .../info/ that look like *.info[-#][.gz] + \ + default facet.doc.info all> +# if there are tagged files, we want to restart the texinfo-update service so +# that the directories get updated. + \ add restart_fmri svc:/application/texinfo-update:default> - exit 1 "Error: packaged texinfo directory file (%)" > +# there shouldn't be any texinfo directory files in /usr. + \ + exit 1 "Error: packaged texinfo directory file (%)" > # html docs \