From b4dbe7ec2ac6193c262b49cfdaede31a1af0e5f5 Mon Sep 17 00:00:00 2001 From: Keith Rarick Date: Sun, 23 May 2010 21:35:24 -0700 Subject: [PATCH] Unbreak the dist build. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 33f37cd..a769cf7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,6 @@ readme = \ README-TESTS EXTRA_DIST = cut.c $(tests) $(scripts) $(readme) cut.h sh-tests check.sh check-one.sh \ - NEWS.md beanstalkd.spec.in \ binlog.h \ conn.h \ @@ -49,7 +48,7 @@ EXTRA_DIST = cut.c $(tests) $(scripts) $(readme) cut.h sh-tests check.sh check-o tube.h \ util.h -dist_doc_DATA = doc/protocol.txt +dist_doc_DATA = doc/protocol.txt NEWS.md dist_man_MANS = doc/beanstalkd.1 check-cut: tests/cutcheck -- 2.11.4.GIT