Clean and tiddy-up files.
[tomato.git] / release / src / router / nocat / Makefile.am
blob345fbd07f126e91a5bcf97ef5ff1c2f1084ec54f
1 SUBDIRS = src
2 sysconf_DATA = nocat.conf
3 man_MANS = man/splashd.8 man/nocat.conf.5
4 pkglibexec_SCRIPTS = @libexecscripts@
5 EXTRA_SCRIPTS = libexec/iptables/access.fw libexec/iptables/clear.fw libexec/iptables/dump.fw libexec/iptables/initialize.fw libexec/iptables/reset.fw libexec/iptables/throttle.fw libexec/loopback/access.fw libexec/loopback/clear.fw libexec/loopback/dump.fw libexec/loopback/initialize.fw 
6 htdocs_DATA = htdocs/splash.html htdocs/status.html htdocs/test.html
7 images_DATA = htdocs/images/auth_logo.gif htdocs/images/continue.gif htdocs/images/login.gif htdocs/images/logout.gif htdocs/images/register.gif htdocs/images/reset.gif htdocs/images/skip.gif htdocs/images/update.gif
8 pgp_DATA = pgp/trustedkeys.gpg
9 EXTRA_DIST = $(EXTRA_SCRIPTS) $(images_DATA) $(htdocs_DATA) $(pgp_DATA) $(man_MANS) nocat.conf.in rc.nocat
10 CLEANFILES = $(sysconf_DATA)
12 nocat.conf: nocat.conf.in
13         sed -e s,@htdocsdir\@,$(htdocsdir),g \
14             -e s,@pgpdir\@,$(pgpdir),g \
15             -e s,@pkglibexecdir\@,$(pkglibexecdir),g < $< > $@