[Refdb-cvs] CVS: refdb Makefile.am,1.15.2.4,1.15.2.5
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2006-01-11 00:07:28
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16408 Modified Files: Tag: Release_0_9_5_stable Makefile.am Log Message: build man subdir conditionally like doc subdir Index: Makefile.am =================================================================== RCS file: /cvsroot/refdb/refdb/Makefile.am,v retrieving revision 1.15.2.4 retrieving revision 1.15.2.5 diff -u -U2 -r1.15.2.4 -r1.15.2.5 --- Makefile.am 17 Oct 2005 18:09:31 -0000 1.15.2.4 +++ Makefile.am 11 Jan 2006 00:07:17 -0000 1.15.2.5 @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = @client_subdirs@ @server_subdirs@ @docs_subdirs@ man +SUBDIRS = @client_subdirs@ @server_subdirs@ @docs_subdirs@ EXTRA_DIST = autogen.sh UPGRADING |