]> git.pld-linux.org Git - packages/indent.git/commitdiff
- fix texi2html invocation
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 28 Dec 2014 14:00:27 +0000 (14:00 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 28 Dec 2014 14:00:27 +0000 (14:00 +0000)
indent.spec
texi2html.patch [new file with mode: 0644]

index 01221db4c3e994ae2d92734df31829f3e77d3927..6ef09ebaaabcad9d7b5be3b3ccb32ce740b5b031 100644 (file)
@@ -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 (file)
index 0000000..f627810
--- /dev/null
@@ -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 \
This page took 0.089249 seconds and 4 git commands to generate.