summaryrefslogtreecommitdiff
path: root/ctdb/doc/Makefile
blob: b2240a340f0ccf62d227c9c4f2eb712da6900e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DOCS = ctdb.1 ctdb.1.html \
	ctdbd.1 ctdbd.1.html \
	ctdbd_wrapper.1 ctdbd_wrapper.1.html \
	onnode.1 onnode.1.html \
	ltdbtool.1 ltdbtool.1.html \
	ping_pong.1 ping_pong.1.html \
	ctdbd.conf.5 ctdbd.conf.5.html \
	ctdb.7 ctdb.7.html \
	ctdb-statistics.7 ctdb-statistics.7.html \
	ctdb-tunables.7 ctdb-tunables.7.html

all: $(DOCS)

%: %.xml
	xsltproc -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<

%.html: %.xml
	xsltproc -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<

distclean:
	rm -f $(DOCS)