view Makefile.am @ 12:f6220c098155 default tip

Added tag stable-1-0-1 for changeset 1b7813f588ba
author Carl Byington <carl@five-ten-sg.com>
date Fri, 17 May 2013 13:35:21 -0700
parents 0aa1171aebd2
children
line wrap: on
line source

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src man html info
hackdir = $(sysconfdir)
hack_SCRIPTS = wflogs-daemon
sysconf_DATA = wflogs-daemon.conf
htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
html_DATA = AUTHORS COPYING ChangeLog NEWS README
CLEANFILES = wflogs-daemon xml/wflogs-daemon xml/Makefile
EXTRA_DIST = wflogs-daemon.conf wflogs-daemon.spec xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/wflogs-daemon.in

wflogs-daemon: wflogs-daemon.rc
	   cat wflogs-daemon.rc     | \
	       sed -e "s,SBINDIR,$(sbindir),g"  | \
	       sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>wflogs-daemon

chkconfig: wflogs-daemon
	   mv -f $(sysconfdir)/wflogs-daemon /etc/rc.d/init.d
	   /sbin/chkconfig --del wflogs-daemon
	   /sbin/chkconfig --add wflogs-daemon