|
Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
|
Samba Server: update vendor to version 4.4.3
|
|
File size:
562 bytes
|
| Line | |
|---|
| 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-statistics.7 ctdb-statistics.7.html \
|
|---|
| 10 | ctdb-tunables.7 ctdb-tunables.7.html
|
|---|
| 11 |
|
|---|
| 12 | all: $(DOCS)
|
|---|
| 13 |
|
|---|
| 14 | %: %.xml
|
|---|
| 15 | xsltproc -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
|---|
| 16 |
|
|---|
| 17 | %.html: %.xml
|
|---|
| 18 | xsltproc -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
|
|---|
| 19 |
|
|---|
| 20 | distclean:
|
|---|
| 21 | rm -f $(DOCS)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.