Mercurial > dnsbl
comparison Makefile.am @ 209:0fc1899391b6 stable-6-0-17
use autoconf to package the standard gnu documentation
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 05 Mar 2008 18:18:52 -0800 |
parents | 7a722f482bfb |
children | 4db1457cd11a |
comparison
equal
deleted
inserted
replaced
208:ec5cb59a7368 | 209:0fc1899391b6 |
---|---|
1 SUBDIRS = src man html info | 1 SUBDIRS = src man html info |
2 hackdir = $(sysconfdir)/dnsbl | 2 hackdir = $(sysconfdir)/dnsbl |
3 hack_SCRIPTS = dnsbl | 3 hack_SCRIPTS = dnsbl |
4 hack_DATA = dnsbl.conf hosts-ignore.conf html-tags.conf tld.conf cctld.conf dnsblnogrey | 4 hack_DATA = dnsbl.conf hosts-ignore.conf html-tags.conf tld.conf cctld.conf dnsblnogrey |
5 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ | |
6 html_DATA = AUTHORS COPYING ChangeLog NEWS README | |
5 CLEANFILES = dnsbl xml/dnsbl xml/Makefile | 7 CLEANFILES = dnsbl xml/dnsbl xml/Makefile |
6 EXTRA_DIST = $(hack_DATA) dnsbl.spec $(wildcard xml/h*) $(wildcard xml/M*) $(wildcard xml/d*) | 8 EXTRA_DIST = $(hack_DATA) dnsbl.spec $(wildcard xml/h*) $(wildcard xml/M*) $(wildcard xml/d*) |
7 | 9 |
8 dnsbl: dnsbl.rc | 10 dnsbl: dnsbl.rc |
9 cat dnsbl.rc | \ | 11 cat dnsbl.rc | \ |