diff options
-rw-r--r-- | gs/base/unixinst.mak | 2 | ||||
-rw-r--r-- | gs/psi/psromfs.mak | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gs/base/unixinst.mak b/gs/base/unixinst.mak index 8a4d3d582..f4458d9b3 100644 --- a/gs/base/unixinst.mak +++ b/gs/base/unixinst.mak @@ -71,7 +71,7 @@ acctest.ps addxchar.ps align.ps bdftops.ps \ caption.ps cid2code.ps decrypt.ps docie.ps dumphint.ps \ errpage.ps font2c.ps font2pcl.ps gslp.ps gsnup.ps image-qa.ps impath.ps \ jispaper.ps landscap.ps level1.ps lines.ps markhint.ps markpath.ps \ -mkcidfm.ps opdfread.ps PDFA_def.ps PDFX_def.ps \ +mkcidfm.ps PDFA_def.ps PDFX_def.ps \ packfile.ps pcharstr.ps pf2afm.ps pfbtopfa.ps ppath.ps \ pphs.ps \ prfont.ps printafm.ps \ diff --git a/gs/psi/psromfs.mak b/gs/psi/psromfs.mak index 3e0d274ad..24542bb56 100644 --- a/gs/psi/psromfs.mak +++ b/gs/psi/psromfs.mak @@ -24,7 +24,7 @@ PDF_RESOURCE_LIST=CMap$(D)* -MISC_INIT_FILES=FCOfontmap-PCLPS2 cidfmap gs_cet.ps opdfread.ps pdf_cslayer.ps +MISC_INIT_FILES=FCOfontmap-PCLPS2 cidfmap gs_cet.ps pdf_cslayer.ps # In the below list, the Font contents are _not_ compressed since it doesn't help. RESOURCE_LIST=CIDFont$(D) $(PDF_RESOURCE_LIST) ColorSpace$(D)* Decoding$(D)* Encoding$(D)* -b Font$(D)* -c IdiomSet$(D)* ProcSet$(D)* Init$(D)* -P $(PSRESDIR)$(D)Init$(D) -d Resource/Init/ $(MISC_INIT_FILES) @@ -427,7 +427,6 @@ PS_MISC_DEPS=\ $(PSRESDIR)$(D)Init$(D)FCOfontmap-PCLPS2 \ $(PSRESDIR)$(D)Init$(D)cidfmap \ $(PSRESDIR)$(D)Init$(D)gs_cet.ps \ - $(PSRESDIR)$(D)Init$(D)opdfread.ps \ $(PSRESDIR)$(D)Init$(D)pdf_cslayer.ps PS_ROMFS_DEPS=$(PSSRCDIR)$(D)psromfs.mak $(gconfig_h) \ |