Subversion Repositories HelenOS-doc

Rev

Rev 92 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 92 Rev 95
Line 5... Line 5...
5
	if [ ! -f "$f.eps" ]; then
5
	if [ ! -f "$f.eps" ]; then
6
		echo "Converting $f.svg to $f.eps";
6
		echo "Converting $f.svg to $f.eps";
7
		inkscape --without-gui --export-eps=$f.eps $f.svg
7
		inkscape --without-gui --export-eps=$f.eps $f.svg
8
	fi
8
	fi
9
 
9
 
10
	if [ ! -f "$f.eps" ]; then
10
	if [ ! -f "$f.pdf" ]; then
11
		echo "Converting $f.eps to $f.pdf";
11
		echo "Converting $f.eps to $f.pdf";
12
		egrep -v "^%%Orientation:" $f.eps | epstopdf --filter --outfile $f.pdf
12
		egrep -v "^%%Orientation:" $f.eps | epstopdf --filter --outfile $f.pdf
13
	fi
13
	fi
14
done
14
done