svn commit: samba r13650 - in branches/SAMBA_4_0/source/lib/ldb: .

jelmer at samba.org jelmer at samba.org
Thu Feb 23 09:55:50 GMT 2006


Author: jelmer
Date: 2006-02-23 09:55:50 +0000 (Thu, 23 Feb 2006)
New Revision: 13650

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13650

Log:
Install manpages when building standalone

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-02-23 09:33:44 UTC (rev 13649)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-02-23 09:55:50 UTC (rev 13650)
@@ -7,6 +7,7 @@
 includedir = @includedir@
 libdir = @libdir@
 bindir = @bindir@
+mandir = @mandir@
 WITH_GCOV = @WITH_GCOV@
 WITH_LDAP = @WITH_LDAP@
 WITH_SQLITE3 = @WITH_SQLITE3@
@@ -192,6 +193,9 @@
 	cp $(LDB_LIB) $(libdir)
 	cp $(BINS) $(bindir)
 	cp ldb.pc $(libdir)/pkgconfig
+	mkdir -p $(mandir) $(mandir)/man3
+	cp $(filter %.1, $(MANPAGES)) $(mandir)/man1
+	cp $(filter %.3, $(MANPAGES)) $(mandir)/man3
 
 gcov:
 	$(GCOV) -po ldb_sqlite3 ldb_sqlite3/*.c 2| tee ldb_sqlite3.report.gcov



More information about the samba-cvs mailing list