#
# V makefile for all source and documentation
#
# This is used as much to document how to make programs as to
# actually maintain the source and documentation.

HELPS= V.help amaze.help bits.help debug.help demo.help listservers.he \
	menu.help summary.help ved.help

all:
install:
#ifdef X
	netinstall -x "$(HELPS)" /usr/sun/xhelp
#else X
	netinstall "$(HELPS)" /usr/sun/help
#endif X

build:
	buildmake.sh

xbuild:
	buildmake.sh -DX=1
