Mercurial > sm-archive
comparison Makefile.am @ 17:8ebecad6530f stable-1-6
Add src/daemon* missing from source control.
Switch to Mercurial source control.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 21 Mar 2008 16:00:13 -0700 |
parents | f9e8bbf33a2a |
children | 37793d4c90a0 |
comparison
equal
deleted
inserted
replaced
16:e57053cd7d20 | 17:8ebecad6530f |
---|---|
2 | 2 |
3 SUBDIRS = src man html info | 3 SUBDIRS = src man html info |
4 hackdir = $(sysconfdir)/sm-archive | 4 hackdir = $(sysconfdir)/sm-archive |
5 hack_SCRIPTS = sm-archive | 5 hack_SCRIPTS = sm-archive |
6 hack_DATA = sm-archive.conf | 6 hack_DATA = sm-archive.conf |
7 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ | |
8 html_DATA = AUTHORS COPYING ChangeLog NEWS README | |
7 CLEANFILES = sm-archive xml/sm-archive xml/Makefile | 9 CLEANFILES = sm-archive xml/sm-archive xml/Makefile |
8 EXTRA_DIST = sm-archive.rc $(hack_DATA) sm-archive.spec $(wildcard m4/*) $(wildcard xml/h*) $(wildcard xml/M*) $(wildcard xml/sm*) | 10 EXTRA_DIST = sm-archive.rc $(hack_DATA) sm-archive.spec $(wildcard m4/*) $(wildcard xml/h*) $(wildcard xml/M*) $(wildcard xml/sm*) |
9 | 11 |
10 sm-archive: $(srcdir)/sm-archive.rc | 12 sm-archive: sm-archive.rc |
11 rm -f sm-archive | |
12 echo "#!" $(BASH) >sm-archive | |
13 cat $(srcdir)/sm-archive.rc | \ | 13 cat $(srcdir)/sm-archive.rc | \ |
14 sed -e "s,SBINDIR,$(sbindir),g" | \ | 14 sed -e "s,SBINDIR,$(sbindir),g" | \ |
15 sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>sm-archive | 15 sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>sm-archive |
16 | 16 |
17 chkconfig: sm-archive | 17 chkconfig: sm-archive |