Have a real JAVA_OPTS symbol for fop on Debian

svn path=/trunk/; revision=20592
This commit is contained in:
Jaap Keuter 2007-01-28 21:26:13 +00:00
parent 88af5759da
commit f45e9096ec
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ XMLLINT?="xmllint"
# Automatically generate .pdf files from .fo files
# Suse needs FOP_OPTS, Debian needs JAVA_OPTS
.fo.pdf:
FOP_OPTS="$(FOP_OPTS) $(JAVA_OPTS)" $(FOP) $< $@
FOP_OPTS=$(FOP_OPTS) JAVA_OPTS=$(FOP_OPTS) $(FOP) $< $@
WSUG_FILES = \
wsug_src/WSUG_app_files.xml \