head	1.4;
access;
symbols
	ansi-20040405-merged:1.3
	premerge-autoconf:1.3
	ansi-20040316-freeze:1.3
	postmerge-20040315-windows:1.3
	premerge-20040315-windows:1.3
	windows-20040315-freeze:1.3
	autoconf-20031203:1.3
	autoconf-20031202:1.3
	phong-branch:1.3.0.12
	photonmap-branch:1.3.0.10
	rel-6-1-DP:1.3
	windows-branch:1.3.0.8
	rel-6-0-2:1.3
	ansi-branch:1.3.0.6
	rel-6-0-1-branch:1.3.0.4
	hartley-6-0-post:1.3
	hartley-6-0-pre:1.3
	rel-6-0-1:1.3
	rel-6-0:1.3
	rel-5-4:1.3
	offsite-5-3-pre:1.3
	rel-5-3:1.3
	rel-5-2:1.3
	rel-5-1-branch:1.3.0.2
	rel-5-1:1.3
	rel-5-0:1.3
	rel-5-0-beta:1.3
	AUTOCONF:1.3.0.14;
locks; strict;
comment	@# @;


1.4
date	2004.03.18.18.18.41;	author erikg;	state dead;
branches;
next	1.3;

1.3
date	99.05.14.21.53.04;	author bparker;	state Exp;
branches
	1.3.14.1;
next	1.2;

1.2
date	99.05.14.17.30.03;	author bparker;	state Exp;
branches;
next	1.1;

1.1
date	99.04.29.19.44.45;	author bparker;	state Exp;
branches;
next	;

1.3.14.1
date	2004.03.18.18.10.26;	author erikg;	state dead;
branches;
next	;


desc
@@


1.4
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			html/manuals/libdm/Cakefile
 */
#include "../../../Cakefile.defs"

#define PRODUCTS	*.html
#define STATIC_PRODUCTS	*.html
#define SRCDIR	libdm
#undef BINDIR
#define BINDIR	BASEDIR/html/manuals/libdm
#undef BINPERM
#define BINPERM 444

#define FILES	/**/
#define	SRCSUFF	/**/

#define MANSECTION	3

/*
 *  There is nothing to compile.
 *  The "install-prod" rule should install PRODUCTS,
 *  and "inst-dist" rule should take care of copying to distribution dir.
 *  Nothing else to do.
 */
all&:
	@@echo "SRCDIR:  all done"

clean&:
	@@echo "" > /dev/null

noprod&:
	@@echo "" > /dev/null

clobber&:
	@@echo "" > /dev/null

#include "../../../Cakefile.rules"
@


1.3
log
@*- rm *.gif and *.jpg products for now to quite
   the regression script
@
text
@@


1.3.14.1
log
@merge from head
@
text
@@


1.2
log
@*- add clean, noprod and clobber targets for safety
@
text
@d6 2
a7 2
#define PRODUCTS	*.html *.gif *.jpg
#define STATIC_PRODUCTS	*.html *.gif *.jpg
@


1.1
log
@*- Cakefile for LIBDM's html document
@
text
@d28 9
@
