[Refdb-cvs] CVS: refdb Makefile.am,1.12,1.13
Status: Beta
Brought to you by:
mhoenicka
|
From: Michael S. <xm...@us...> - 2004-01-01 05:54:19
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1:/tmp/cvs-serv4634 Modified Files: Makefile.am Log Message: Removed site-lisp directory from build. Index: Makefile.am =================================================================== RCS file: /cvsroot/refdb/refdb/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -u -U2 -r1.12 -r1.13 --- Makefile.am 26 Feb 2003 23:28:36 -0000 1.12 +++ Makefile.am 1 Jan 2004 05:54:14 -0000 1.13 @@ -1,4 +1,4 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = src scripts site-lisp cgi etc dtd styles dsssl xsl examples declarations +SUBDIRS = src scripts cgi etc dtd styles dsssl xsl examples declarations EXTRA_DIST = autogen.sh UPGRADING |