]> arthur.barton.de Git - netatalk.git/blob - doc/manpages/man5/Makefile.am
Merge remote-tracking branch 'origin/branch-netatalk-3-0' into develop
[netatalk.git] / doc / manpages / man5 / Makefile.am
1 XSLTPROC=@XSLTPROC@
2 XSLTPROC_FLAGS=@XSLTPROC_FLAGS@
3 MAN_STYLESHEET=$(top_srcdir)/doc/man.xsl
4 CLEANFILES =
5
6 MAN_MANPAGES = \
7         afp.conf.5 \
8         afp_signature.conf.5 \
9         afp_voluuid.conf.5 \
10         extmap.conf.5
11
12 EXTRA_DIST = \
13         afp_signature.conf.5.xml \
14         afp_voluuid.conf.5.xml \
15         afp.conf.5.xml \
16         extmap.conf.5.xml
17
18 if HAVE_XSLTPROC
19 CLEANFILES += $(MAN_MANPAGES)
20
21 %.5 : %.5.xml
22         @xsltproc $(MAN_STYLESHEET) $<
23         @cp $@ $(top_builddir)/man/man5/$@.in
24
25 html-local: $(MAN_MANPAGES) $(MAN_STYLESHEET)
26 endif