# HG changeset patch # User Carl Byington # Date 1486579444 28800 # Node ID 7361afe0df4fad23aa92c0abfd2a25703b348127 # Parent fed9b9197346d754c8771894ba4f4631432decde avoid makedist removing dnsbl-tmpfs.conf diff -r fed9b9197346 -r 7361afe0df4f Makefile.am --- a/Makefile.am Wed Feb 08 10:25:28 2017 -0800 +++ b/Makefile.am Wed Feb 08 10:44:04 2017 -0800 @@ -2,12 +2,12 @@ SUBDIRS = src man html info hackdir = $(sysconfdir)/dnsbl -hack_SCRIPTS = dnsbl dnsbl.service dnsbl-tmpfs.conf -hack_DATA = dnsbl.conf hosts-ignore.conf html-tags.conf tld.conf dnsblnogrey +hack_SCRIPTS = dnsbl +hack_DATA = dnsbl.conf hosts-ignore.conf html-tags.conf tld.conf dnsblnogrey dnsbl.service dnsbl-tmpfs.conf htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ html_DATA = AUTHORS COPYING ChangeLog NEWS README -CLEANFILES = dnsbl dnsbl.service dnsbl-tmpfs.conf xml/dnsbl xml/Makefile -EXTRA_DIST = dnsbl-tmpfs.conf dnsbl.rc dnsbl.service.rc $(hack_DATA) dnsbl.spec make-tld-conf.py xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/dnsbl.in +CLEANFILES = dnsbl dnsbl.service xml/dnsbl xml/Makefile +EXTRA_DIST = dnsbl.rc dnsbl.service.rc $(hack_DATA) dnsbl.spec make-tld-conf.py xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/dnsbl.in dnsbl: dnsbl.rc cat dnsbl.rc | \