1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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

xsltproc
This commit is contained in:
Andrew Tridgell 2006-08-22 04:27:13 +00:00 committed by Gerald (Jerry) Carter
parent 9bc751d1f1
commit 3e48177dd1

View File

@ -200,8 +200,8 @@ install: all
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