Norm Jacobs
2010-05-12 c74fb82b656862418fc1953c282a44c0423baa7c
add missing example transforms for devel and docs
2 files added
7 ■■■■■ changed files
transforms/devel 3 ●●●●● patch | view | raw | blame | history
transforms/docs 4 ●●●● patch | view | raw | blame | history
transforms/devel
New file
@@ -0,0 +1,3 @@
<transform dir file path=usr.*/include/.* -> add facet.devel true>
<transform link path=.*lib/.*\.so$ -> add facet.devel true>
<transform link path=.*lib/.*\.a$ -> add facet.devel true>
transforms/docs
New file
@@ -0,0 +1,4 @@
<transform file dir path=usr/.*/man/.* -> add facet.doc.man true>
<transform file dir path=usr/.*/info/.* -> add facet.doc.info true>
<transform file dir path=usr/.*/doc/.*html.* -> add facet.doc.html true>
<transform file dir path=usr/.*/doc/.* -> add facet.doc true>