mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
a373462233
* gnu/packages/docbook.scm (docbook2x)[source]: Import patches from debian. Prefer patching in source over 'patch-sources phase. Drop docbook-xml workaround. [arguments]<#:phases>: Drop 'patch-sources. [inputs]: Move after arguments. Remove docbook-xml-4.5. [natine-inputs]: Add autoconf, automake and libtool. * gnu/packages/patches/docbook2x-filename-handling.patch: New file. * gnu/packages/patches/docbook2x-fix-synopsis.patch: Ditto. * gnu/packages/patches/docbook2x-manpage-typo.patch: Ditto. * gnu/packages/patches/docbook2x-preprocessor-declaration.patch: Ditto. * gnu/packages/patches/docbook2x-static-datadir-evaluation.patch: Ditto. * gnu/local.mk: Register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
26 lines
999 B
Diff
26 lines
999 B
Diff
# Source: <https://sources.debian.org/patches/docbook2x/0.8.8-18/06_fix_man_typo.patch/>
|
|
|
|
Author: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
|
|
|
|
--- docbook2x-0.8.8.orig/doc/docbook2man.1
|
|
+++ docbook2x-0.8.8/doc/docbook2man.1
|
|
@@ -187,7 +187,7 @@ parameter instead.
|
|
|
|
However, inside a custom stylesheet
|
|
(\fInot on the command-line\fR)
|
|
-this paramter can be set to the XPath expression
|
|
+this parameter can be set to the XPath expression
|
|
\*(T<document('')\*(T>,
|
|
which will cause the custom translations
|
|
directly embedded inside the custom stylesheet to be read.
|
|
--- docbook2x-0.8.8.orig/doc/docbook2texi.1
|
|
+++ docbook2x-0.8.8/doc/docbook2texi.1
|
|
@@ -230,7 +230,7 @@ parameter instead.
|
|
|
|
However, inside a custom stylesheet
|
|
(\fInot on the command-line\fR)
|
|
-this paramter can be set to the XPath expression
|
|
+this parameter can be set to the XPath expression
|
|
\*(T<document('')\*(T>,
|
|
which will cause the custom translations
|
|
directly embedded inside the custom stylesheet to be read.
|