pkg/transforms/facets
changeset 970 272328fe1b4a
child 1170 b37bd85cfb53
equal deleted inserted replaced
969:f3e9f1ddd6a8 970:272328fe1b4a
       
     1 #
       
     2 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       
     3 #
       
     4 # Permission is hereby granted, free of charge, to any person obtaining a
       
     5 # copy of this software and associated documentation files (the "Software"),
       
     6 # to deal in the Software without restriction, including without limitation
       
     7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
       
     8 # and/or sell copies of the Software, and to permit persons to whom the
       
     9 # Software is furnished to do so, subject to the following conditions:
       
    10 #
       
    11 # The above copyright notice and this permission notice (including the next
       
    12 # paragraph) shall be included in all copies or substantial portions of the
       
    13 # Software.
       
    14 #
       
    15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    16 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
    17 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
       
    18 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
    19 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
    20 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
       
    21 # DEALINGS IN THE SOFTWARE.
       
    22 #
       
    23 
       
    24 ## Documentation
       
    25 # Man pages
       
    26 <transform dir  path=usr/share/man/.* -> default facet.doc.man true>
       
    27 <transform file path=usr/share/man/.* -> default facet.doc.man true>
       
    28 # General docs
       
    29 <transform dir  path=usr/share/doc/.* -> default facet.doc true>
       
    30 <transform file path=usr/share/doc/.* -> default facet.doc true>
       
    31 <transform file path=usr/share/doc/.*\.html$ -> default facet.doc.html true>
       
    32 <transform file path=usr/share/doc/.*\.pdf$ -> default facet.doc.pdf true>
       
    33 # RBAC docs
       
    34 <transform dir  path=usr/lib/help -> default facet.doc.html true>
       
    35 <transform file path=usr/lib/help/.*\.html$ -> default facet.doc.html true>
       
    36 
       
    37 ## Development files
       
    38 # Headers
       
    39 <transform dir  path=usr/include.* -> default facet.devel true>
       
    40 <transform file path=usr/include/.*\.h$ -> default facet.devel true>
       
    41 # pkg-config data files
       
    42 <transform dir  path=usr/lib/pkgconfig -> default facet.devel true>
       
    43 <transform file path=usr/lib/pkgconfig/.* -> default facet.devel true>
       
    44 <transform dir  path=usr/lib/.*/pkgconfig -> default facet.devel true>
       
    45 <transform file path=usr/lib/.*/pkgconfig/.* -> default facet.devel true>
       
    46 <transform dir  path=usr/share/pkgconfig -> default facet.devel true>
       
    47 <transform file path=usr/share/pkgconfig/.* -> default facet.devel true>
       
    48 # autoconf macros
       
    49 <transform dir  path=usr/share/aclocal -> default facet.devel true>
       
    50 <transform file path=usr/share/aclocal/.*\.m4$ -> default facet.devel true>
       
    51 # lint libraries
       
    52 <transform file path=usr/lib/llib-.*\.ln$ -> default facet.devel true>
       
    53 # Developer documentation
       
    54 <transform dir  path=usr/share/man/man3.* -> default facet.devel true>
       
    55 <transform file path=usr/share/man/man3.* -> default facet.devel true>
       
    56