include ../../Path.incl

MAKE=nmake /nologo

all	:  builder.sce
	@echo running builder
	cat builder.sce > job.sce
	echo quit >> job.sce 
	"$(SCIDIR1)\bin\scilex.exe" -nwni -f job.sce 
	del job.sce 

tests   :  Makefile 
	@echo "No tests to do in man-examples"

distclean::
	$del *\*.xml2 *\*.htm *.htm sciman.hh*

clean::








syntax highlighted by Code2HTML, v. 0.9.1