source: trunk/third/mwm/Makefile.athena @ 12432

Revision 12432, 429 bytes checked in by ghudson, 26 years ago (diff)
We need to add something to install the mwm man page when building en toto. (It might be nice to have all the Motif man pages, but given the effort it took to beat the mwm man page into shape, that's probably not practical.)
Line 
1# $Id: Makefile.athena,v 1.3 1999-01-30 04:17:07 ghudson Exp $
2
3SHELL=/bin/sh
4ATHMANDIR=/usr/athena/man
5
6prepare:
7        imake "-I$$XCONFIGDIR" -DUseInstalled "-DCONFIGDIR=$$XCONFIGDIR"
8        ${MAKE} Makefiles
9
10clean:
11        ${MAKE} clean
12
13all:
14        ${MAKE} includes depend all
15
16check:
17
18install:
19        ${MAKE} install install.man DESTDIR="$$SRVD"
20        mkdir -p "$$SRVD"${ATHMANDIR}/man1
21        install -c -m 0444 clients/mwm/mwm.man "$$SRVD"${ATHMANDIR}/man1/mwm.1
Note: See TracBrowser for help on using the repository browser.