From 1d00b262ddf0d6c3207a4b796d48899ed79bffcd Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 26 Aug 2011 21:22:00 +0000 Subject: initial commit into the public repository Signed-off-by: Michael Krelin --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..77e96ad --- a/dev/null +++ b/Makefile.am @@ -0,0 +1,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 -- cgit v0.9.0.2