source: main/trunk/greenstone3/docs/manual/CONVERT-EPS-TO-PDF.sh@ 25804

Last change on this file since 25804 was 25804, checked in by ak19, 12 years ago

Spruce up of TeX syntax to operate with 'pdflatex'

  • Property svn:executable set to *
File size: 77 bytes
Line 
1#!/bin/bash
2
3for f in *.eps ; do
4 echo "Converting: $f"
5 epstopdf $f
6done
Note: See TracBrowser for help on using the repository browser.