diff options
author | dpw <empty> | 1994-09-08 13:43:16 +0000 |
---|---|---|
committer | dpw <empty> | 1994-09-08 13:43:16 +0000 |
commit | a3ff2ca020afd3c7690650a2bb81ed8817a6dde3 (patch) | |
tree | 51c4256b3bf05dfc91b41c9941b0eedbbe0c6749 /xc/test | |
parent | efe224d0fa4c8c8efb10272845bbaf22d4297840 (diff) |
fix XBUG #6922: mc template files don't get installed
Diffstat (limited to 'xc/test')
-rw-r--r-- | xc/test/xsuite/Imakefile | 3 | ||||
-rw-r--r-- | xc/test/xsuite/Makefile | 3 | ||||
-rw-r--r-- | xc/test/xsuite/xtest/doc/userguide.mm | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/xc/test/xsuite/Imakefile b/xc/test/xsuite/Imakefile index fc370b20f..1aebc137f 100644 --- a/xc/test/xsuite/Imakefile +++ b/xc/test/xsuite/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.1 94/04/30 11:38:20 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.2 94/04/30 11:45:40 rws Exp dpw $ #define Prefix TET_ROOT=`pwd` PATH=`pwd`/xtest/bin:$$PATH export TET_ROOT PATH; @@ -24,6 +24,7 @@ install:: (Prefix cd xtest/src/xim; pmake install) (Prefix cd xtest/fonts; pmake install) (Prefix cd xtest/src/bin/mc; pmake install) + (Prefix cd xtest/src/bin/mc/tmpl; pmake install) (Prefix cd xtest/src/pixval/blowup; pmake install) (Prefix cd xtest; $(CCENVSETUP) BuildCmd) diff --git a/xc/test/xsuite/Makefile b/xc/test/xsuite/Makefile index 473a4ad1b..7c5fa9599 100644 --- a/xc/test/xsuite/Makefile +++ b/xc/test/xsuite/Makefile @@ -34,7 +34,7 @@ # make no representations about the suitability of this software for any # purpose. It is provided "as is" without express or implied warranty. # -# $XConsortium: Makefile,v 1.4 94/04/04 19:08:31 rws Exp $ +# $XConsortium: Makefile,v 1.5 94/04/17 20:59:47 rws Exp dpw $ # # Makefile for building the TET and the X test suite libraries/utilities. @@ -82,6 +82,7 @@ install: cd xtest/src/xim; pmake install cd xtest/fonts; pmake install cd xtest/src/bin/mc ; pmake install + cd xtest/src/bin/mc/tmpl ; pmake install cd xtest/src/pixval/blowup; pmake install clean: diff --git a/xc/test/xsuite/xtest/doc/userguide.mm b/xc/test/xsuite/xtest/doc/userguide.mm index 8816e14ac..4351c0780 100644 --- a/xc/test/xsuite/xtest/doc/userguide.mm +++ b/xc/test/xsuite/xtest/doc/userguide.mm @@ -1,4 +1,4 @@ -.\" $XConsortium: userguide.mm,v 1.10 92/07/04 17:05:08 rws Exp $ +.\" $XConsortium: userguide.mm,v 1.11 92/07/05 12:46:46 rws Exp dpw $ ' .ds dD User Guide for the X Test Suite .so 00.header @@ -1184,6 +1184,8 @@ and install in the xtest bin directory as follows. .cS cd $TET_ROOT/xtest/src/bin/mc pmake install +cd $TET_ROOT/xtest/src/bin/mc/tmpl +pmake install .cE .H 2 "Building the blowup utility" The blowup utility is required for examining any incorrect image files |