| 91 | xinstall ${worksrcpath}/docs/man/mame.6 ${destroot}${prefix}/share/man/man6 |
| 92 | |
| 93 | if {[variant_isset tools]} { |
| 94 | xinstall ${worksrcpath}/castool \ |
| 95 | ${worksrcpath}/chdman \ |
| 96 | ${worksrcpath}/floptool \ |
| 97 | ${worksrcpath}/imgtool \ |
| 98 | ${worksrcpath}/jedutil \ |
| 99 | ${worksrcpath}/ldresample \ |
| 100 | ${worksrcpath}/ldverify \ |
| 101 | ${worksrcpath}/romcmp ${destroot}${prefix}/bin |
| 102 | |
| 103 | xinstall ${worksrcpath}/docs/man/castool.1 \ |
| 104 | ${worksrcpath}/docs/man/chdman.1 \ |
| 105 | ${worksrcpath}/docs/man/floptool.1 \ |
| 106 | ${worksrcpath}/docs/man/imgtool.1 \ |
| 107 | ${worksrcpath}/docs/man/jedutil.1 \ |
| 108 | ${worksrcpath}/docs/man/ldresample.1 \ |
| 109 | ${worksrcpath}/docs/man/ldverify.1 \ |
| 110 | ${worksrcpath}/docs/man/romcmp.1 ${destroot}${prefix}/share/man/man1 |
| 111 | } |