summaryrefslogtreecommitdiffabout
path: root/Makefile.am
blob: 77e96ad17611507e532ff1173f222ae1084c7380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS=src test

all-local: NEWS

NEWS: NEWS.xsl NEWS.xml
	$(XSLTPROC) -o $@ $^
EXTRA_DIST = NEWS.xml NEWS.xsl

ISSUEFILES = $$(find ${top_srcdir} -type f '(' \
	-name '*.rl' -or -name '*.h' \
	')' ) \
	${top_srcdir}/configure.ac
issues: todo fixme xxx
todo fixme xxx:
	@grep --color=auto -in '$@:' ${ISSUEFILES} || true