Parent Directory
|
Revision Log
|
Patch
| Revision 1.7 | Revision 1.8 | ||
|---|---|---|---|
| … | … | ||
| 75 | done | 75 | done |
| 76 | ;; | 76 | ;; |
| 77 | "dvi" | "ps" | "pdf") | 77 | "dvi" | "ps" | "pdf") |
| 78 | for i in `find . -maxdepth 1 -type f -name "*.${1}"` | 78 | for i in `find . -maxdepth 1 -type f -name "*.${1}"` |
| 79 | do | 79 | do |
| 80 | insinto /usr/share/doc/${P} | ||
| 81 | doins $i | ||
| 80 | dodoc $i | 82 | #dodoc -u $i |
| 81 | done | 83 | done |
| 82 | ;; | 84 | ;; |
| 83 | "tex" | "dtx") | 85 | "tex" | "dtx") |
| 84 | for i in `find . -maxdepth 1 -type f -name "*.${1}"` | 86 | for i in `find . -maxdepth 1 -type f -name "*.${1}"` |
| 85 | do | 87 | do |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |