$ ls -al /usr/share/doc/smartmontools-5.36/examplescripts/ total 36 drwxr-xr-x 2 root root 4096 2006-06-12 10:36:38 ./ drwxr-xr-x 3 root root 4096 2006-06-12 10:36:38 ../ -rw-r--r-- 1 root root 633 2006-06-12 10:36:38 Example1.gz -rw-r--r-- 1 root root 468 2006-06-12 10:36:38 Example2.gz -rw-r--r-- 1 root root 482 2006-06-12 10:36:38 Example3.gz -rw-r--r-- 1 root root 171 2006-06-12 10:36:38 Makefile.am.gz -rw-r--r-- 1 root root 3559 2006-06-12 10:36:38 Makefile.gz -rw-r--r-- 1 root root 3427 2006-06-12 10:36:38 Makefile.in.gz -rw-r--r-- 1 root root 1028 2006-06-12 10:36:38 README.gz From the ebuild: src_install() { dosbin smart{ctl,d} || die "dosbin" doman *.[58] dodoc AUTHORS CHANGELOG NEWS README TODO WARNINGS newdoc smartd.conf smartd.conf.example docinto examplescripts dodoc examplescripts/* Sorry, I don't know how to filter the Makefiles out (but somebody will :) ).
should be fixed in cvs now