client: Fix some format string compiler warnings
[ctdb.git] / doc / Makefile
1 DOCS = ctdb.1 ctdb.1.html \
2         ctdbd.1 ctdbd.1.html \
3         onnode.1 onnode.1.html \
4         ltdbtool.1 ltdbtool.1.html \
5         ping_pong.1 ping_pong.1.html
6
7 all: $(DOCS)
8
9 %.1: %.1.xml
10         xsltproc -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
11
12 %.1.html: %.1.xml
13         xsltproc -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
14
15 distclean:
16         rm -f $(DOCS)