From 33140248671946a76e6eb8069fcebffd98ef5dbe Mon Sep 17 00:00:00 2001 From: Jim Mankovich Date: Thu, 23 Oct 2014 14:27:06 -0600 Subject: [PATCH] Remove debian from extra distribution rule for make dist --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 888e33f..94e267a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,9 +31,7 @@ DOCDIR = $(datadir)/doc/$(PACKAGE) DOCLIST = $(top_srcdir)/README $(top_srcdir)/COPYING $(top_srcdir)/AUTHORS $(top_srcdir)/ChangeLog -EXTRA_DIST = $(DOCLIST) \ - debian/changelog debian/control debian/copyright \ - debian/dirs debian/docs debian/rules +EXTRA_DIST = $(DOCLIST) AUTOMAKE_OPTIONS = dist-bzip2