~ubuntu-branches/ubuntu/trusty/kmod/trusty

« back to all changes in this revision

Viewing changes to man/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-10-24 06:16:30 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20131024061630-o87ipf2zxqtpigls
Tags: 15-0ubuntu1
* New upstream release. (See Debian #716739)
* Drop patches included upstream: dot_kcmdline, bad_alias_assertion,
  blacklist_aliased.
* Drop check_builtin_kver, this would only apply to lucid and is otherwise
  unnecessary.
* Drop --disable-shared/--enable-static, this got dropped in this version
  and isn't necessary any more. /bin/kmod does not dynamically link to
  libkmod by default now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8
3
3
MAN_STUB = modules.dep.bin.5
4
4
 
 
5
AM_V_XSLT = $(AM_V_XSLT_$(V))
 
6
AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
 
7
AM_V_XSLT_0 = @echo "  XSLT    " $@;
 
8
 
5
9
if BUILD_TOOLS
6
10
dist_man_MANS = $(MAN5) $(MAN8) $(MAN_STUB)
7
11
modules.dep.bin.5: modules.dep.5
17
21
CLEANFILES = $(dist_man_MANS)
18
22
 
19
23
%.5 %.8: %.xml
20
 
        $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \
 
24
        $(AM_V_XSLT)$(XSLTPROC) $(XSLTPROC_FLAGS) \
21
25
                http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<