source:
recipecards/trunk/mkrecipe
Last change on this file was 3, checked in by peter, 11 years ago | |
---|---|
|
|
File size: 145 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | fop -c font.cfg \ |
4 | -fo <(./recipe2xml $1 | xsltproc --stringparam size 11x8.5 recipe.xsl -) \ |
5 | -pdf $1.pdf \ |
6 | 2> /dev/null |
Note: See TracBrowser
for help on using the repository browser.