diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-07-28 00:14:47 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-07-28 00:16:30 +0200 |
commit | d459b17897c0218450bfb0bab6403c16705bd17a (patch) | |
tree | cbd7e13ab86c687f467885273940e2823631f5dd /tex | |
parent | 3573a92d92728dc8d6452e5cd3cfba73e49e6990 (diff) |
Fix Issue 2146 "Illegal entry in bfrange block in ToUnicode CMap"
Diffstat (limited to 'tex')
-rw-r--r-- | tex/GNUmakefile | 2 | ||||
-rw-r--r-- | tex/lilypond.map.in | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 51a54a43aa..5fa66c910f 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -14,3 +14,5 @@ local-uninstall: -rmdir $(DESTDIR)$(local_lilypond_datadir)/tex all: $(INSTALLATION_FILES) + +local-WWW-1: $(outdir)/lilypond.map diff --git a/tex/lilypond.map.in b/tex/lilypond.map.in new file mode 100644 index 0000000000..1e6e17869e --- /dev/null +++ b/tex/lilypond.map.in @@ -0,0 +1,4 @@ +pncr8r CenturySchL-Roma <@NCSB_DIR@/c059013l.pfb +pncb8r CenturySchL-Bold <@NCSB_DIR@/c059016l.pfb +pncri8r CenturySchL-Ital <@NCSB_DIR@/c059033l.pfb +pncbi8r CenturySchL-BoldItal <@NCSB_DIR@/c059036l.pfb |