diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-24 17:00:15 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-24 17:00:15 +0200 |
commit | 63749b1a5fc68a44024dc6a4299b04a1f5d437e8 (patch) | |
tree | f861e98cb751011a93bd1034671b70ddba33799a /Makefile.am | |
parent | c2d5139bfc67e0604e91e49081568fe9e13bd365 (diff) |
man: directly use 'refentry'
And make Lennart happy! :)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 09cb560111..8406a6bc31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -156,7 +156,7 @@ EXTRA_DIST += \ udev/udevd.xml %.7 %.8 : %.xml - $(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + $(AM_V_GEN)$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< # ------------------------------------------------------------------------------ # udev tests |