diff 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
line wrap: on
line diff
--- a/Makefile.am	Fri Mar 21 12:32:29 2008 +0000
+++ b/Makefile.am	Fri Mar 21 16:00:13 2008 -0700
@@ -4,12 +4,12 @@
 hackdir = $(sysconfdir)/sm-archive
 hack_SCRIPTS = sm-archive
 hack_DATA = sm-archive.conf
+htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
+html_DATA = AUTHORS COPYING ChangeLog NEWS README
 CLEANFILES = sm-archive xml/sm-archive xml/Makefile
 EXTRA_DIST = sm-archive.rc $(hack_DATA) sm-archive.spec $(wildcard m4/*) $(wildcard xml/h*) $(wildcard xml/M*) $(wildcard xml/sm*)
 
-sm-archive: $(srcdir)/sm-archive.rc
-	   rm -f sm-archive
-	   echo "#!" $(BASH) >sm-archive
+sm-archive: sm-archive.rc
 	   cat $(srcdir)/sm-archive.rc     | \
 	       sed -e "s,SBINDIR,$(sbindir),g"  | \
 	       sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>sm-archive