[packages/indent] - fix texi2html invocation
baggins
baggins at pld-linux.org
Sun Dec 28 15:00:43 CET 2014
commit 12f8943172a9c27cececab36898221c608a193d5
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Dec 28 14:00:27 2014 +0000
- fix texi2html invocation
indent.spec | 2 ++
texi2html.patch | 11 +++++++++++
2 files changed, 13 insertions(+)
---
diff --git a/indent.spec b/indent.spec
index 01221db..6ef09eb 100644
--- a/indent.spec
+++ b/indent.spec
@@ -22,6 +22,7 @@ Patch1: %{name}-po-fix.patch
Patch2: %{name}-pl.po-update.patch
Patch3: %{name}-zh_TW.patch
Patch4: %{name}-make-jN.patch
+Patch5: texi2html.patch
URL: http://www.gnu.org/software/indent/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -98,6 +99,7 @@ Indent - це програма GNU для "прикрашення" вихідн
%patch2 -p1
%patch3 -p1
%patch4 -p1
+%patch5 -p1
mv -f po/zh_TW{.Big5,}.po
diff --git a/texi2html.patch b/texi2html.patch
new file mode 100644
index 0000000..f627810
--- /dev/null
+++ b/texi2html.patch
@@ -0,0 +1,11 @@
+--- indent-2.2.10/doc/Makefile.am~ 2008-03-11 18:50:42.000000000 +0000
++++ indent-2.2.10/doc/Makefile.am 2014-12-28 13:59:25.881825789 +0000
+@@ -34,7 +34,7 @@
+ html-split: @PACKAGE at _toc.html
+
+ @PACKAGE at .html: version.texi $(@PACKAGE at _TEXINFOS)
+- $(TEXI2HTML) -expandinfo -number -monolithic `if test -f @PACKAGE at .texinfo; then echo @PACKAGE at .texinfo; else echo $(srcdir)/@PACKAGE at .texinfo; fi`
++ $(TEXI2HTML) -expandinfo -number-footnotes -number-sections -monolithic `if test -f @PACKAGE at .texinfo; then echo @PACKAGE at .texinfo; else echo $(srcdir)/@PACKAGE at .texinfo; fi`
+
+ @PACKAGE at _toc.html: version.texi $(@PACKAGE at _TEXINFOS)
+ case "$(TEXI2HTML)" in \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/indent.git/commitdiff/12f8943172a9c27cececab36898221c608a193d5
More information about the pld-cvs-commit
mailing list