From c0bcb6705958495d0bae539e2fc934160f12e518 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 12 Jan 2012 13:34:09 -0200 Subject: [PATCH] man: build modules.dep{,.bin} man pages --- man/Makefile.am | 5 ++- man/modules.dep.sgml | 89 -------------------------------------------- man/modules.dep.xml | 79 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+), 91 deletions(-) delete mode 100644 man/modules.dep.sgml create mode 100644 man/modules.dep.xml diff --git a/man/Makefile.am b/man/Makefile.am index ebdc32d9..d7e0f9eb 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,9 +1,10 @@ -MAN5 = depmod.d.5 modprobe.d.5 +MAN5 = depmod.d.5 modprobe.d.5 modules.dep.5 MAN8 = -dist_man_MANS = $(MAN5) $(MAN8) +dist_man_MANS = $(MAN5) $(MAN8) $(MAN_STUB) EXTRA_DIST = $(MAN5:%.5=%.xml) $(MAN8:%.8=%.xml) + XSLTPROC_FLAGS = \ --nonet \ --param funcsynopsis.style "'ansi'" diff --git a/man/modules.dep.sgml b/man/modules.dep.sgml deleted file mode 100644 index a0b68ede..00000000 --- a/man/modules.dep.sgml +++ /dev/null @@ -1,89 +0,0 @@ -Debian GNU/Linux"> - DocBook"> - SGML"> -]> - - - - - -
- jcm@jonmasters.org -
- - Jon - Masters - - 2010-03-01 -
- - modules.dep - 5 - - - modules.dep.binmodules.dep Module dependency information - - - DESCRIPTION - - - The modules.dep.bin as generated by - module-init-tools depmod, lists the - dependencies for every module in the directories under - /lib/modules/version, - where modules.dep.bin (or the human readable - version modules.dep) is also located. It is - used by utilities such as modprobe. The - binary version will be used by default, if it was generated by - a compatible version of depmod, with fallback - to the generic modules.dep. - - - These files are not intended for editing or use by any additional - utilities as their format is subject to change in the future. You - should use the - modinfo8 command to obtain information about modules in a future - proof and compatible fashion rather than touching these files. - - - - COPYRIGHT - - This manual page originally Copyright 2002, Rusty Russell, IBM - Corporation. Maintained by Jon Masters and others. - - - - SEE ALSO - - - - depmod8 - , - - modprobe8 - - - -
- - diff --git a/man/modules.dep.xml b/man/modules.dep.xml new file mode 100644 index 00000000..d08991cb --- /dev/null +++ b/man/modules.dep.xml @@ -0,0 +1,79 @@ + + + + + + modules.dep + kmod + + + + Developer + Jon + Masters + jcm@jonmasters.org + + + Developer + Lucas + De Marchi + lucas.demarchi@profusion.mobi + + + + + + modules.dep + 5 + + + + modules.dep + modules.dep.bin + Module dependency information + + + + /lib/modules/modules.dep + /lib/modules/modules.dep.bin + + + DESCRIPTION + + The modules.dep.bin as generated by + module-init-tools depmod, lists the dependencies for + every module in the directories under + /lib/modules/version, + where modules.dep.bin (or the human readable version + modules.dep) is also located. It is used by + utilities such as modprobe. The binary version will be + used by default, if it was generated by a compatible version of + depmod, with fallback to the generic + modules.dep. + + + These files are not intended for editing or use by any additional + utilities as their format is subject to change in the future. You should + use the + modinfo8 + command to obtain information about modules in a future proof and + compatible fashion rather than touching these files. + + + COPYRIGHT + + This manual page originally Copyright 2002, Rusty Russell, IBM + Corporation. Maintained by Jon Masters and others. + + + SEE ALSO + + + depmod8 + , + + modprobe8 + + + + -- 2.47.2