File: Makefile

package info (click to toggle)
wp2x 2.5-mhi-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 504 kB
  • ctags: 311
  • sloc: ansic: 2,061; sh: 339; makefile: 150; perl: 70
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