source:
trunk/doc/convert_all_eps_to_pdf.sh@
19
Last change on this file since 19 was 2, checked in by , 16 years ago | |
---|---|
|
|
File size: 114 bytes |
Line | |
---|---|
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.