source: recipecards/trunk/mkrecipe @ 2

Last change on this file since 2 was 2, checked in by peter, 12 years ago

Added initial recipecard scripts and configuration files

  • Property svn:executable set to *
File size: 161 bytes
Line 
1#!/bin/bash
2
3./recipe2xml $1 | xsltproc --stringparam size 11x8.5 recipe.xsl - > recipe.fo
4
5fop -c font.cfg -fo recipe.fo -pdf $1.pdf 2> /dev/null
6
7rm recipe.fo
Note: See TracBrowser for help on using the repository browser.