|
From: Bob T. <bt...@us...> - 2004-03-19 04:47:43
|
Update of /cvsroot/benson/benson3/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26767 Modified Files: Makefile.in Removed Files: Makefile.am Log Message: Removed the automake file. Index: Makefile.in =================================================================== RCS file: /cvsroot/benson/benson3/conf/Makefile.in,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** Makefile.in 30 Sep 2003 03:18:02 -0000 1.11 --- Makefile.in 19 Mar 2004 04:37:59 -0000 1.12 *************** *** 24,27 **** --- 24,30 ---- sed -e "s:prefixpath:@prefix@:" benson.conf.tmpl > benson.conf + apache.conf: apache.conf.tmpl + sed -e "s:prefixpath:@prefix@:" apache.conf.tmpl > apache.conf + email.conf: email.conf.tmpl cat email.conf.tmpl > email.conf --- Makefile.am DELETED --- |