File: Makefile

package info (click to toggle)
wp2x 2.5-mhi-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 492 kB
  • ctags: 318
  • sloc: ansic: 2,068; makefile: 110; perl: 70; sh: 31
file content (11 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
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

test:
	@echo Starting regression tests.
	INPUTS='$(INPUTS)' CFGFILES='$(CFGFILES)' sh do-regress

gentest:
	@echo Generating regression data
	INPUTS='$(INPUTS)' CFGFILES='$(CFGFILES)' sh gen-regress