head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	96.06.03.22.12.03;	author yoav;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Support the installation of manpages for Motif
@
text
@XCOMM $XConsortium: Imakefile,v 1.5 91/09/09 15:42:15 rws Exp $

#ifdef IHaveSubdirs
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
#else
depend:
#endif

MANSUFFIX = 1X
INSTMANDIR = /usr/X11/man/

InstallManPage(mwm, $(INSTMANDIR)man1)
InstallManPage(uil, $(INSTMANDIR)man1)
InstallManPage(xmbind, $(INSTMANDIR)man1)
@
