head	1.2;
access;
symbols
	rel-5-4:1.1
	offsite-5-3-pre:1.1
	rel-5-3:1.1
	rel-5-2:1.1
	rel-5-1-branch:1.1.0.2
	rel-5-1:1.1
	rel-5-0:1.1
	rel-5-0-beta:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.11.30.21.58.48;	author jra;	state dead;
branches;
next	1.1;

1.1
date	99.05.13.14.32.32;	author jra;	state Exp;
branches;
next	;


desc
@@


1.2
log
@removed
@
text
@/*
 *			pro-engineer/Cakefile
 */
#include "../../../Cakefile.defs"

#define PRODUCTS	helpfiles.txt  proe-brl.hlp
#define STATIC_PRODUCTS	 helpfiles.txt  proe-brl.hlp
#define SRCDIR	fullhelp
#undef BINDIR
#define BINDIR	BASEDIR/pro-engineer/text/fullhelp
#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

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


1.1
log
@Cakefile for pro-engineer/text/fullhelp
@
text
@@

