X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.am;h=0fbb50ddca7ef7f8de9b98e45ea67a952c5b96e3;hb=8af92fb15d1166dbd79e40a53c3a785ca8c0346b;hp=c8f3a4d982b6a245c4ee86cae1e7cd5bdb49389e;hpb=fe71f2b77ad7da37b30f3d512c04f623bbbc2eae;p=oweals%2Fgnunet.git diff --git a/Makefile.am b/Makefile.am index c8f3a4d98..0fbb50ddc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,30 @@ -INCLUDES = -I$(top_srcdir)/src/include +# This Makefile.am is in the public domain +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 svn info > /dev/null; then \ + 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 +