summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 603a2b8..3227bdb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,27 +1,28 @@
1 1
2SUBDIRS=include lib test 2SUBDIRS=include lib test
3EXTRA_DIST= NEWS NEWS.xml NEWS.xsl 3EXTRA_DIST= NEWS NEWS.xml NEWS.xsl
4 4
5pkgconfigdir=${libdir}/pkgconfig 5pkgconfigdir=${libdir}/pkgconfig
6pkgconfig_DATA=libopkele.pc 6pkgconfig_DATA=libopkele.pc
7 7
8all-local: NEWS 8all-local: NEWS
9if HAVE_DOXYGEN 9if HAVE_DOXYGEN
10clean-local: 10clean-local:
11 rm -rf doxydox 11 rm -rf doxydox
12endif 12endif
13 13
14NEWS: NEWS.xsl NEWS.xml 14NEWS: NEWS.xsl NEWS.xml
15 ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml 15 ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml
16 16
17if HAVE_DOXYGEN 17if HAVE_DOXYGEN
18dox: Doxyfile 18dox: Doxyfile
19 ${DOXYGEN} 19 ${DOXYGEN}
20endif 20endif
21 21
22ISSUEFILES = $$(find ${top_srcdir} -type f '(' \ 22ISSUEFILES = $$(find ${top_srcdir} -type f '(' \
23 -name '*.cc' -or -name '*.h' \ 23 -name '*.cc' -or -name '*.h' \
24 ')' ) 24 ')' ) \
25 ${top_srcdir}/configure.ac
25issues: todo fixme xxx 26issues: todo fixme xxx
26todo fixme xxx: 27todo fixme xxx:
27 @grep --color=auto -in '$@:' ${ISSUEFILES} || true 28 @grep --color=auto -in '$@:' ${ISSUEFILES} || true