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