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

tridge at samba.org tridge at samba.org
Tue Aug 22 04:27:13 GMT 2006


Author: tridge
Date: 2006-08-22 04:27:13 +0000 (Tue, 22 Aug 2006)
New Revision: 17693

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

Log:

only install man pages if we have managed to generate them with
xsltproc

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-08-22 04:19:40 UTC (rev 17692)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-22 04:27:13 UTC (rev 17693)
@@ -200,8 +200,8 @@
 	cp $(LDB_LIB) $(libdir)
 	cp $(BINS) $(bindir)
 	cp ldb.pc $(libdir)/pkgconfig
-	cp $(filter %.1, $(MANPAGES)) $(mandir)/man1
-	cp $(filter %.3, $(MANPAGES)) $(mandir)/man3
+	test -z "$(XSLTPROC)" || cp $(filter %.1, $(MANPAGES)) $(mandir)/man1
+	test -z "$(XSLTPROC)" || cp $(filter %.3, $(MANPAGES)) $(mandir)/man3
 
 gcov:
 	$(GCOV) -po ldb_sqlite3 $(srcdir)/ldb_sqlite3/*.c 2| tee ldb_sqlite3.report.gcov



More information about the samba-cvs mailing list