source: trunk/doc/convert_all_eps_to_pdf.sh@ 2

Last change on this file since 2 was 2, checked in by Pavel Demin, 16 years ago

first commit

  • Property svn:executable set to *
File size: 114 bytes
Line 
1#! /bin/sh
2
3for file in *.eps
4do
5 echo ">> Converting file $file"
6 ./doc/epstosmth --gsdev=pdfwrite $file
7done
Note: See TracBrowser for help on using the repository browser.