-fix misc disting issues
[oweals/gnunet.git] / Makefile.am
1 # This Makefile.am is in the public domain
2 AM_CPPFLAGS = -I$(top_srcdir)/src/include
3 SUBDIRS  = contrib doc m4 src po pkgconfig
4
5 EXTRA_DIST = \
6  ABOUT-NLS \
7  config.rpath \
8  install-sh \
9  acinclude.m4
10
11 gnunetincludedir = $(includedir)/gnunet
12 gnunetinclude_HEADERS = gnunet_config.h
13
14 docdir = $(datadir)/doc/gnunet/
15 doc_DATA = COPYING README
16
17 ACLOCAL_AMFLAGS = -I m4
18
19 ChangeLog:
20         if svn info > /dev/null; then \
21                 svn log -v --xml -r HEAD:18409 | \
22                         xsltproc --stringparam ignore-message-starting "-" \
23                                  --stringparam strip-prefix "gnunet" \
24                                  --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
25         fi
26
27 dist: ChangeLog
28
29 .PHONY: ChangeLog
30