source:
trunk/doc/convert_all_eps_to_pdf.sh@
17
Last change on this file since 17 was 2, checked in by , 16 years ago | |
---|---|
|
|
File size: 114 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #! /bin/sh |
2 | ||
3 | for file in *.eps | |
4 | do | |
5 | echo ">> Converting file $file" | |
6 | ./doc/epstosmth --gsdev=pdfwrite $file | |
7 | done |
Note:
See TracBrowser
for help on using the repository browser.