Subversion Repositories HelenOS-doc

Compare Revisions

No changes between revisions

Ignore whitespace Rev 87 → Rev 88

/design/trunk/src/images.vector/arch1.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/design/trunk/src/images.vector/frame_alloc.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/design/trunk/src/images.vector/slab_alloc.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/design/trunk/src/images.vector/buddy_alloc.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/design/trunk/src/images.vector/fifo.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/design/trunk/src/images.vector/thread_states.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/design/trunk/src/images.vector/btree.pdf
File deleted
/design/trunk/src/images.vector/helenos.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/design/trunk/src/images.vector/convert
0,0 → 1,9
#!/bin/bash
 
for f in `ls *.svg | sed 's/\.svg//g'`;
do
echo "Converting $f.svg to $f.eps\n";
inkscape --export-eps=$f.eps $f.svg
echo "Converting $f.eps to $f.pdf\n";
egrep -v "^%%Orientation:" $f.eps | epstopdf --filter --outfile $f.pdf
done
Property changes:
Added: svn:executable
+*
\ No newline at end of property