eventscript: Fix link creation failure if the link already exist but the target path...
[ctdb.git] / doc / Makefile
1 DOCS = ctdb.1 ctdb.1.html \
2         ctdbd.1 ctdbd.1.html \
3         ctdbd_wrapper.1 ctdbd_wrapper.1.html \
4         onnode.1 onnode.1.html \
5         ltdbtool.1 ltdbtool.1.html \
6         ping_pong.1 ping_pong.1.html \
7         ctdbd.conf.5 ctdbd.conf.5.html \
8         ctdb.7 ctdb.7.html \
9         ctdb-tunables.7 ctdb-tunables.7.html
10
11 all: $(DOCS)
12
13 %: %.xml
14         xsltproc -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
15
16 %.html: %.xml
17         xsltproc -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
18
19 distclean:
20         rm -f $(DOCS)