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:
parent
9bc751d1f1
commit
3e48177dd1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user