[comp.windows.x] texx 2.9 installation problem

mathieu@yunexus.UUCP (Pierre Mathieu) (07/27/89)

	I just picked up texx 2.9 from giza.cis.ohio-state.edu
and I'm trying to install it on an HP 9000 series 350 running
HPUX 6.2 and X11. Everything seems OK until the Makefile requires 
a program called 'ximake'. What's 'ximake'???

	Any help is greatly appreciated,

	
-----
			   
Pierre Mathieu            
CRESS, York University,  
Ontario, Canada         
mathieu@nexus.yorku.ca 

grunwald@flute.cs.uiuc.edu (Dirk Grunwald) (07/28/89)

I hope that this comes out with X11R4 -- or at least there there's
some simple, canned way to run `imake' for the average user installing
software.

Here's `ximake' from our system -- you'll need to redefine `TOP'.
btw, if anyone comes up with a better installation procedure for
texx2, please let me know. I'm in the mist of a thesis [final in three
weeks], so I can't do anything for a while, but I'd like to simplify
the thing.

#!/bin/sh
cp Makefile Makefile.bak
TOP=/usr/src/local/X11R3-sun3
imake -I${TOP}/util/imake.includes -TImake.tmpl -DTOPDIR=${TOP} -s Makefile $*


--
Dirk Grunwald -- Univ. of Illinois 		  (grunwald@flute.cs.uiuc.edu)