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


1.2
date	2001.08.10.14.23.46;	author vandys;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.06.08.41.16;	author vandys;	state Exp;
branches;
next	;


desc
@@


1.2
log
@"make install" step for man pages
@
text
@OUT=build
include ../src/makefile.all

build:

clean:

clobber:

install:
	cp *.txt *.doc $(ROOT)/doc
	cd man ; make install ; cd ..
@


1.1
log
@Add "make install" support for doc and boot subdirs.
Create root "mkall.sh" to drive build process globally (rather
 than existing one, which only works within vsta/src).
@
text
@d12 1
a12 1
	cp -r man $(ROOT)/doc
@

