mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 15:00:56 +07:00
Rework custom man page template from systemd
- remove the non-reproducible top.comment section from the generated man pages - do not change the other aspects of man page contents
This commit is contained in:
parent
cf2012867a
commit
f2128f5e49
16
man/custom-man.xsl
Normal file
16
man/custom-man.xsl
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0'?> <!--*-nxml-*-->
|
||||
|
||||
<!--
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:exsl="http://exslt.org/common"
|
||||
extension-element-prefixes="exsl"
|
||||
version="1.0">
|
||||
|
||||
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
|
||||
|
||||
<xsl:template name="top.comment" />
|
||||
|
||||
</xsl:stylesheet>
|
Loading…
Reference in New Issue
Block a user