WP2X_DIR=/usr/local/lib/wp2x
CFGFILES=accent.cfg ascii.cfg gml.cfg html.cfg latex.cfg sample.cfg script.cfg tex.cfg troff.cfg
INPUTS=simple-iso.wp wp.wp

install: $(CFGFILES)
	install -c $(CFGFILES) $(WP2X_DIR)

regress: 
	@echo Starting regression tests.
	INPUTS='$(INPUTS)' CFGFILES='$(CFGFILES)' sh do-regress
		
genregress: 
	@echo Generating regression data
	INPUTS='$(INPUTS)' CFGFILES='$(CFGFILES)' sh gen-regress
		
