summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>1998-08-12 05:07:35 +0000
committerHenry Stiles <henry.stiles@artifex.com>1998-08-12 05:07:35 +0000
commit6943a1c03125727ee93380d65681bd5e69ba8601 (patch)
tree5a87b48d115cf1d0a8bfe11d11641761e8ea2d83
parent02eb6ee57d2f24b7fea711b00730dbbe10b09aec (diff)
added known problems to NEWS-PXL.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@301 06663e23-700e-0410-b217-a244a6096597
-rw-r--r--pxl/news-pxl8
-rw-r--r--pxl/pxl_ugcc.mak2
2 files changed, 7 insertions, 3 deletions
diff --git a/pxl/news-pxl b/pxl/news-pxl
index c3deecd33..44bed1fc6 100644
--- a/pxl/news-pxl
+++ b/pxl/news-pxl
@@ -24,9 +24,13 @@ file for each output.
Known Problems:
-- leaves build generated files in the object directory after
-make clean.
+- leaves some build generated files in the object directory after make
+clean. A workaround is to manually remove the object and generated
+directories. See the top level platform specific makefile and look
+for *GENDIR and *OBJDIR.
+- generates device files in the current working directory, these are
+properly removed by make clean.
Version 1.15 (8/6/98)
=====================
diff --git a/pxl/pxl_ugcc.mak b/pxl/pxl_ugcc.mak
index dd934b48e..e14690d5e 100644
--- a/pxl/pxl_ugcc.mak
+++ b/pxl/pxl_ugcc.mak
@@ -11,7 +11,7 @@ MAKEFILE=../pxl/pxl_ugcc.mak
GENDIR=./obj
# The sources are taken from these directories:
-GLSRCDIR=../gs
+GLSRCDIR=/home/henrys/gs5.30
PLSRCDIR=../pl
PXLSRCDIR=../pxl
COMMONDIR=../common