]> git.ipfire.org Git - thirdparty/kmod.git/blame - man/Makefile.am
doc: silent man page generation and fix gtk-doc warnings
[thirdparty/kmod.git] / man / Makefile.am
CommitLineData
c0bcb670 1MAN5 = depmod.d.5 modprobe.d.5 modules.dep.5
9f11c43d 2MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8
f4ac4a0b 3MAN_STUB = modules.dep.bin.5
904b57d0 4
f4ac4a0b 5if BUILD_TOOLS
c0bcb670 6dist_man_MANS = $(MAN5) $(MAN8) $(MAN_STUB)
3e71e7e7 7modules.dep.bin.5: modules.dep.5
f4ac4a0b 8endif
904b57d0
LDM
9
10EXTRA_DIST = $(MAN5:%.5=%.xml) $(MAN8:%.8=%.xml)
c0bcb670 11
904b57d0
LDM
12XSLTPROC_FLAGS = \
13 --nonet \
471a7d00 14 --stringparam man.output.quietly 1 \
904b57d0
LDM
15 --param funcsynopsis.style "'ansi'"
16
3e71e7e7
DR
17CLEANFILES = $(dist_man_MANS)
18
904b57d0
LDM
19%.5 %.8: %.xml
20 $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \
21 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<