]> arthur.barton.de Git - netatalk.git/blob - doc/manpages/man1/Makefile.am
Finish renaming
[netatalk.git] / doc / manpages / man1 / Makefile.am
1 XSLTPROC=@XSLTPROC@
2 XSLTPROC_FLAGS=@XSLTPROC_FLAGS@
3 MAN_STYLESHEET=$(top_srcdir)/doc/man.xsl
4
5 MAN_MANPAGES = \
6         ad.1 \
7         afpldaptest.1 \
8         afppasswd.1 \
9         afpstats.1 \
10         apple_dump.1 \
11         asip-status.pl.1 \
12         dbd.1 \
13         macusers.1 \
14         megatron.1 \
15         netatalk-config.1 \
16         uniconv.1
17
18 CLEANFILES = $(MAN_MANPAGES)
19
20 %.1 : $(MAN_STYLESHEET) %.1.xml
21         @xsltproc $(MAN_STYLESHEET) $<
22         @cp $@ $(top_builddir)/man/man1/$@.in
23
24 html-local: $(MAN_MANPAGES)