diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2007-08-25 19:03:18 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2007-08-25 19:03:18 +0000 |
commit | 23c19f25a531eaf1f423b3cca10672c202493f07 (patch) | |
tree | 22d2b3c4a49ee109cfd55239ca968bd0b6a9dcc7 /Makefile | |
parent | a29e5e8e043fa2e60fd63e79e4aa1eb03a9625c2 (diff) |
Update the ls_test target of the top-level makefile to use the current
tiger filename. Also bump release version.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2906 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -36,7 +36,8 @@ pcl_uninstall: rm -f /usr/local/bin/pcl6 pcl_test: - cd tools; ../main/obj/pcl6 -dTextAlphaBits=4 owl.pcl tiger.px3 # test with PCL and PXL test file + cd tools; ../main/obj/pcl6 -dTextAlphaBits=4 \ + owl.pcl tiger.px3 # test with PCL and PXL test file # NB - this does not remove the fonts. blowing away /windows/fonts # might be unexpected on some systems and we don't enumerate the font @@ -82,7 +83,8 @@ ls_install: # test with PCL, PXL and PS file ls_test: - cd tools; ../language_switch/obj/pspcl6 -dTextAlphaBits=4 owl.pcl tiger.px3 ../gs/examples/tiger.ps + cd tools; ../language_switch/obj/pspcl6 -dTextAlphaBits=4 \ + owl.pcl tiger.px3 ../gs/examples/tiger.eps check: tools/smoke_check.sh |