From 12f8943172a9c27cececab36898221c608a193d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 28 Dec 2014 14:00:27 +0000 Subject: [PATCH] - fix texi2html invocation --- indent.spec | 2 ++ texi2html.patch | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 texi2html.patch 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 + + @PACKAGE@.html: version.texi $(@PACKAGE@_TEXINFOS) +- $(TEXI2HTML) -expandinfo -number -monolithic `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi` ++ $(TEXI2HTML) -expandinfo -number-footnotes -number-sections -monolithic `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi` + + @PACKAGE@_toc.html: version.texi $(@PACKAGE@_TEXINFOS) + case "$(TEXI2HTML)" in \ -- 2.44.0