summaryrefslogtreecommitdiff
path: root/Makefile.distrib
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-04-28 17:56:59 +0000
committermichelou <michelou@epfl.ch>2005-04-28 17:56:59 +0000
commit32947cc0c36493f120ec4899f31cb3a9fd55057a (patch)
treef7bd8bd5572e49efd38929f210c90b090cc8a70b /Makefile.distrib
parent5a6a7cf01a58d9b3d93f81e6479ae20c6b773fbb (diff)
downloadscala-32947cc0c36493f120ec4899f31cb3a9fd55057a.tar.gz
scala-32947cc0c36493f120ec4899f31cb3a9fd55057a.tar.bz2
scala-32947cc0c36493f120ec4899f31cb3a9fd55057a.zip
- added option '-family Helvetica' for convert ...
- added option '-family Helvetica' for convert tool.
Diffstat (limited to 'Makefile.distrib')
-rw-r--r--Makefile.distrib1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.distrib b/Makefile.distrib
index 055caacb18..9ce9b41ab8 100644
--- a/Makefile.distrib
+++ b/Makefile.distrib
@@ -260,6 +260,7 @@ IA_BUILD_OUTPUTDIR = $(IA_BUILD_PREFIX)/$(PROJECT_NAME)_Build_Output
IA_INSTALL_PREFIX = $(INSTALL_PREFIX).ia
CONVERT_FLAGS += -gravity southeast -pointsize 12 -fill red
+CONVERT_FLAGS += -family Helvetica
CONVERT_FLAGS += -draw "text 4,4 'v$(INSTALL_VERSION)'"
XSLTPROC_FLAGS += --stringparam version "$(INSTALL_VERSION)"