diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-02-28 10:03:24 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2017-04-09 12:33:11 +0200 |
commit | 27fe1a9e617576f5c52de804a2dbef793055927b (patch) | |
tree | 9b165c6fa861c7e174efb26a27c178c999be4c3c /Makefile.in | |
parent | 5e480927a3b02cdf3052167d841ba8ca92a64514 (diff) | |
download | nettle-27fe1a9e617576f5c52de804a2dbef793055927b.tar.gz |
Made current contibution rules explicit
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1627a5a1..7e8f29c2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -220,7 +220,7 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \ libnettle.map.in libhogweed.map.in \ config.guess config.sub install-sh texinfo.tex \ config.h.in config.m4.in config.make.in Makefile.in \ - README AUTHORS COPYING.LESSERv3 COPYINGv2 COPYINGv3 \ + README CONTRIBUTING.md AUTHORS COPYING.LESSERv3 COPYINGv2 COPYINGv3 \ INSTALL NEWS TODO ChangeLog \ nettle.pc.in hogweed.pc.in \ $(des_headers) descore.README \ |