summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-04-13 14:41:27 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-04-13 14:41:27 +0000
commit85a4c7ec6a2381d875c9f93a0517999f192c081d (patch)
treeffdc71033f2f842955793576c6e22c98e499daea /make
parentc809e16201118481b65c1aa4ad986715f804288e (diff)
* input/regression/font-name.ly: show Pango fonts for
font-name. Update example. * lily/pango-select.cc (properties_to_pango_description): don't convert symbol font-size to number, but use to lookup. * python/fontextract.py (write_extracted_fonts): add VMusage 0. * python/fontextract.py (write_extracted_fonts): new file. Extract font resources from a PS file. * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
Diffstat (limited to 'make')
-rw-r--r--make/ly-vars.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/ly-vars.make b/make/ly-vars.make
index 4cf95cd913..26b8e461f1 100644
--- a/make/ly-vars.make
+++ b/make/ly-vars.make
@@ -17,4 +17,4 @@ TEXINFO_SOURCES += $(TELY_FILES) $(ITELY_FILES) $(ITEXI_FILES)
EXTRA_DIST_FILES +=$(TELY_FILES) $(LY_FILES) $(ITEXI_FILES) $(ITELY_FILES) $(ILY_FILES)
-DVIPS_FLAGS= -h $(notdir $(basename $<)).fonts.ps
+DVIPS_FLAGS= -h $(subst dvi,fonts.ps,$<)