summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r--source4/lib/ldb/Makefile.in15
1 files changed, 10 insertions, 5 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index e7bde04658..4d93edb884 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -1,6 +1,6 @@
CC = @CC@
GCOV = @GCOV@
-YODL2MAN = @YODL2MAN@
+XSLTPROC = @XSLTPROC@
prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@
@@ -90,11 +90,16 @@ bin/ldbtest: tools/ldbtest.o $(LIBS)
.SUFFIXES: .1 .2 .3 .yo
-.yo.3:
- echo Creating $@ from $<
- -$(YODL2MAN) -o $@ `dirname $<`/`basename $< .yo` || rm -f $@
+%.3: %.3.xml
+ test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
-manpages: $(patsubst %.yo,%.3,$(wildcard man/man3/*.yo))
+%.1: %.1.xml
+ test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+
+%.html: %.xml
+ test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
+
+manpages: $(patsubst %.xml,%,$(wildcard man/*/*.xml))
clean:
rm -f */*.o *.gcov */*.gc?? *~ */*~ $(BINS) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LIB) man/man?/*.[13]