Mercurial > dnsbl
changeset 373:7361afe0df4f
avoid makedist removing dnsbl-tmpfs.conf
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 08 Feb 2017 10:44:04 -0800 |
parents | fed9b9197346 |
children | 9e05af8f45f7 |
files | Makefile.am |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 | \