diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-04-13 14:41:27 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-04-13 14:41:27 +0000 |
commit | 85a4c7ec6a2381d875c9f93a0517999f192c081d (patch) | |
tree | ffdc71033f2f842955793576c6e22c98e499daea /make | |
parent | c809e16201118481b65c1aa4ad986715f804288e (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.make | 2 |
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,$<) |