source: trunk/third/xmh/Makefile.athena @ 9861

Revision 9861, 295 bytes checked in by ghudson, 27 years ago (diff)
Install the xmh man page.
Line 
1# $Id: Makefile.athena,v 1.2 1997-04-11 20:03:53 ghudson Exp $
2
3SHELL=/bin/sh
4
5prepare:
6        imake "-I$$XCONFIGDIR" -DUseInstalled "-DCONFIGDIR=$$XCONFIGDIR"
7        ${MAKE} Makefiles
8
9clean:
10        ${MAKE} clean
11
12all:
13        ${MAKE} includes depend all
14
15check:
16
17install:
18        ${MAKE} install install.man DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.