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


1.1
date	96.06.03.22.11.38;	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 $

#if InstallLibManPages
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
#endif

SUBDIRS = man1 man3 man5

all::

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

install:: install.man
@
