components/doxygen/doxygen.p5m
changeset 746 67d8050c297a
parent 629 daaab66f7276
child 986 ebade8aad240
equal deleted inserted replaced
745:09fd85317532 746:67d8050c297a
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    25 set name=pkg.fmri \
    25 set name=pkg.fmri \
    26     value=pkg:/developer/documentation-tool/doxygen@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26     value=pkg:/developer/documentation-tool/doxygen@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 dir path=usr
    37 dir path=usr
    38 dir path=usr/bin
    38 dir path=usr/bin
    39 dir path=usr/share
    39 dir path=usr/share
    40 dir path=usr/share/doc
    40 dir path=usr/share/doc
    41 dir path=usr/share/doc/doxygen-1.5.7.1
    41 dir path=usr/share/doc/doxygen-$(IPS_COMPONENT_VERSION)
    42 dir path=usr/share/man
    42 dir path=usr/share/man
    43 dir path=usr/share/man/man1
    43 dir path=usr/share/man/man1
    44 file path=usr/bin/doxygen
    44 file path=usr/bin/doxygen
    45 file path=usr/bin/doxytag
    45 file path=usr/bin/doxytag
    46 file doxygen_manual-1.5.7.1.pdf \
    46 file doxygen_manual-$(IPS_COMPONENT_VERSION).pdf \
    47     path=usr/share/doc/doxygen-1.5.7.1/doxygen_manual-1.5.7.1.pdf
    47     path=usr/share/doc/doxygen-$(IPS_COMPONENT_VERSION)/doxygen_manual-$(IPS_COMPONENT_VERSION).pdf
    48 file usr/man/man1/doxygen.1 path=usr/share/man/man1/doxygen.1
    48 file usr/man/man1/doxygen.1 path=usr/share/man/man1/doxygen.1
    49 file usr/man/man1/doxytag.1 path=usr/share/man/man1/doxytag.1
    49 file usr/man/man1/doxytag.1 path=usr/share/man/man1/doxytag.1
    50 license doxygen.license license=GPLv2
    50 license doxygen.license license=GPLv2