commit 12f8943172a9c27cececab36898221c608a193d5
Author: Jan Rękorajski <[email protected]>
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@_toc.html
+
+ @[email protected]: version.texi $(@PACKAGE@_TEXINFOS)
+- $(TEXI2HTML) -expandinfo -number -monolithic `if test -f
@[email protected]; then echo @[email protected]; else echo
$(srcdir)/@[email protected]; fi`
++ $(TEXI2HTML) -expandinfo -number-footnotes -number-sections -monolithic
`if test -f @[email protected]; then echo @[email protected]; else echo
$(srcdir)/@[email protected]; fi`
+
+ @PACKAGE@_toc.html: version.texi $(@PACKAGE@_TEXINFOS)
+ case "$(TEXI2HTML)" in \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/indent.git/commitdiff/12f8943172a9c27cececab36898221c608a193d5
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit