Zulassen von: make guide.pdf FOP=/path/to/fop/fop

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@288 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2006-05-12 15:05:05 +00:00
parent f59141c215
commit ebba17e082
1 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,10 @@ C3D2WEB_XSL=c3d2web.xsl
# TODO: C3D2WEB_XML
DEPS=$(GUIDE_XML) $(GUIDE_XSL) $(SCHEDULE_XSL) $(SCHEDULE_XML) $(C3D2WEB_XSL)
FOP=~/programs/fop/fop
XEP=~/Java/XEP/xep
guide.pdf: $(DEPS)
~/programs/fop/fop -d -xml $(GUIDE_XML) -xsl $(GUIDE_XSL) -pdf $@
$(FOP) -d -xml $(GUIDE_XML) -xsl $(GUIDE_XSL) -pdf $@
guide-xep.pdf: $(DEPS)
~/Java/XEP/xep -xml $(GUIDE_XML) -xsl $(GUIDE_XSL) -pdf $@
$(XEP) -xml $(GUIDE_XML) -xsl $(GUIDE_XSL) -pdf $@