X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.am;h=7e1cea0ce31d349b8f08378534acc2c776a7a32f;hb=eea0c33154728a2b8272ee533aa7fbb43172fc09;hp=6aa752048f3c0772c39fff22a09ad1ed24aa98bd;hpb=911b8231cdbd84b805b5b426a726dac330ecb211;p=oweals%2Fgnunet.git diff --git a/Makefile.am b/Makefile.am index 6aa752048..7e1cea0ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,29 @@ -INCLUDES = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include SUBDIRS = contrib doc m4 src po pkgconfig EXTRA_DIST = \ ABOUT-NLS \ config.rpath \ install-sh \ - HACKING \ acinclude.m4 gnunetincludedir = $(includedir)/gnunet gnunetinclude_HEADERS = gnunet_config.h +docdir = $(datadir)/doc/gnunet/ +doc_DATA = COPYING README + ACLOCAL_AMFLAGS = -I m4 ChangeLog: if test -f $(top_srcdir)/.svn/entries; then \ - svn log -v --xml -r HEAD:18264 | \ - xsltproc --stringparam strip-prefix "-" \ + svn log -v --xml -r HEAD:18409 | \ + xsltproc --stringparam ignore-message-starting "-" \ + --stringparam strip-prefix "gnunet" \ --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ fi + +dist: ChangeLog + +.PHONY: ChangeLog +