X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=Makefile.am;h=de8bdf72a75b2f683fde28f0cf94ffac7e3780d9;hb=ae021d42d5933e442e039cf584bb0c91da0c7dd2;hp=489fedf3042ec225e5024344a98985a035d4d0fd;hpb=7619f84393f824a84e20e03167304b27d3581ac0;p=tinc diff --git a/Makefile.am b/Makefile.am index 489fedf3..de8bdf72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS = src doc test systemd bash_completion.d ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = COPYING.README README.android SECURITY.md +EXTRA_DIST = COPYING.README README.md README.android SECURITY.md @CODE_COVERAGE_RULES@ @@ -21,7 +21,7 @@ configure-version: -cd $(srcdir) && git describe && autoconf --force # Triggering the README target means we are building a distribution (make dist). -README: configure-version +README: configure-version README.md ChangeLog: (cd $(srcdir) && git log) > ChangeLog