[gs-cvs] rev 7051 - in trunk/gs: lib src
giles at ghostscript.com
giles at ghostscript.com
Mon Sep 18 19:33:01 PDT 2006
Author: giles
Date: 2006-09-18 19:33:01 -0700 (Mon, 18 Sep 2006)
New Revision: 7051
Modified:
trunk/gs/lib/ps2ps2
trunk/gs/src/unixinst.mak
Log:
Add a few new files to the unix makefile installation target. In
particular, opdfread.ps is needed by the ps2write device. We also
install the new ps2ps2 convenience script for invoking it. Bug 688861.
Modified: trunk/gs/lib/ps2ps2
===================================================================
--- trunk/gs/lib/ps2ps2 2006-09-19 02:21:59 UTC (rev 7050)
+++ trunk/gs/lib/ps2ps2 2006-09-19 02:33:01 UTC (rev 7051)
@@ -1,6 +1,8 @@
#!/bin/sh
# $Id$
-# "Distill" PostScript.
+# "Distill" PostScript with the Ghostscript 'ps2write' device
+# this generates a PDF-style stream with an attached
+# PostScript program to interpret it.
# This definition is changed on install to match the
# executable name set in the makefile
Modified: trunk/gs/src/unixinst.mak
===================================================================
--- trunk/gs/src/unixinst.mak 2006-09-19 02:21:59 UTC (rev 7050)
+++ trunk/gs/src/unixinst.mak 2006-09-19 02:33:01 UTC (rev 7051)
@@ -40,8 +40,8 @@
gsbj gsdj gsdj500 gslj gslp gsnd \
bdftops dumphint dvipdf eps2eps font2c \
pdf2dsc pdf2ps pdfopt pf2afm pfbtopfa printafm \
-ps2ascii ps2epsi ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr ps2ps wftopfa \
-fixmswrd.pl lprsetup.sh pj-gs.sh pv.sh sysvlp.sh unix-lpr.sh ;\
+ps2ascii ps2epsi ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr ps2ps ps2ps2 \
+wftopfa fixmswrd.pl lprsetup.sh pj-gs.sh pv.sh sysvlp.sh unix-lpr.sh ;\
do if ( test -f $(PSLIBDIR)/$$f ); then \
(cat $(PSLIBDIR)/$$f | sed -e "s/GS_EXECUTABLE=[^ \t]*/GS_EXECUTABLE=$(GS)/" > $(PSOBJDIR)/$$f); \
$(INSTALL_PROGRAM) $(PSOBJDIR)/$$f $(scriptdir)/$$f; \
@@ -70,7 +70,10 @@
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 \
-packfile.ps pcharstr.ps pf2afm.ps pfbtopfa.ps ppath.ps prfont.ps printafm.ps \
+mkcidfm.ps opdfread.ps \
+packfile.ps pcharstr.ps pf2afm.ps pfbtopfa.ps ppath.ps \
+pphs pphs.ps \
+prfont.ps printafm.ps \
ps2ai.ps ps2ascii.ps ps2epsi.ps quit.ps rollconv.ps \
showchar.ps showpage.ps stcinfo.ps stcolor.ps stocht.ps \
traceimg.ps traceop.ps type1enc.ps type1ops.ps uninfo.ps unprot.ps \
More information about the gs-cvs
mailing list