summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Mankovich <jmank@hp.com>2014-10-23 14:27:06 -0600
committerJim Mankovich <jmank@hp.com>2014-10-23 14:27:06 -0600
commit33140248671946a76e6eb8069fcebffd98ef5dbe (patch)
treecfcaf54378b18154944fa36c0558a913504d4e0d
parent15499d014f06982b38e3e65ad7e5303a607461e0 (diff)
downloadipmitool-33140248671946a76e6eb8069fcebffd98ef5dbe.tar.gz
Remove debian from extra distribution rule for make distIPMITOOL_1_8_15RC1
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 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