aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-08-23 14:47:33 +0000
committerBart Polot <bart@net.in.tum.de>2011-08-23 14:47:33 +0000
commit82bc399e73ece054ac4b71a541f5d5a6776fbdd8 (patch)
tree1aba7448a4047944617614c2347c90c6720aa66c /contrib
parentc4e01e5171ffa1aa50d155f312a2ed3cf3cbc826 (diff)
downloadgnunet-82bc399e73ece054ac4b71a541f5d5a6776fbdd8.tar.gz
gnunet-82bc399e73ece054ac4b71a541f5d5a6776fbdd8.zip
Fix compilation of custom indent with texi2html v5.0
Diffstat (limited to 'contrib')
-rw-r--r--contrib/texi2html5-indent.diff42
1 files changed, 42 insertions, 0 deletions
diff --git a/contrib/texi2html5-indent.diff b/contrib/texi2html5-indent.diff
new file mode 100644
index 000000000..2abbcb766
--- /dev/null
+++ b/contrib/texi2html5-indent.diff
@@ -0,0 +1,42 @@
1diff -ru indent-gnunet/doc/Makefile.am indent-texi2html5/doc/Makefile.am
2--- indent-gnunet/doc/Makefile.am 2008-04-14 20:31:19.000000000 +0200
3+++ indent-texi2html5/doc/Makefile.am 2011-08-22 20:24:26.979782439 +0200
4@@ -34,14 +34,14 @@
5 html-split: @PACKAGE@_toc.html
6
7 @PACKAGE@.html: version.texi $(@PACKAGE@_TEXINFOS)
8- $(TEXI2HTML) -expandinfo -number -monolithic `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi`
9+ $(TEXI2HTML) -expandinfo -monolithic `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi`
10
11 @PACKAGE@_toc.html: version.texi $(@PACKAGE@_TEXINFOS)
12 case "$(TEXI2HTML)" in \
13 *"/missing texi2html") \
14- $(TEXI2HTML) -expand info -number -nomenu -split section `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi` || exit 0 ;; \
15+ $(TEXI2HTML) -expand info -nomenu -split section `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi` || exit 0 ;; \
16 *) $(RM) @PACKAGE@_*.html ; \
17- $(TEXI2HTML) -expand info -number -nomenu -split section `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi` ;; \
18+ $(TEXI2HTML) -expand info -nomenu -split section `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi` ;; \
19 esac
20
21 install-html-monolithic: @PACKAGE@.html
22diff -ru indent-gnunet/doc/Makefile.in indent-texi2html5/doc/Makefile.in
23--- indent-gnunet/doc/Makefile.in 2010-01-31 17:25:21.000000000 +0100
24+++ indent-texi2html5/doc/Makefile.in 2011-08-22 20:24:41.376449156 +0200
25@@ -663,14 +663,14 @@
26 html-split: @PACKAGE@_toc.html
27
28 @PACKAGE@.html: version.texi $(@PACKAGE@_TEXINFOS)
29- $(TEXI2HTML) -expandinfo -number -monolithic `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi`
30+ $(TEXI2HTML) -expandinfo -monolithic `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi`
31
32 @PACKAGE@_toc.html: version.texi $(@PACKAGE@_TEXINFOS)
33 case "$(TEXI2HTML)" in \
34 *"/missing texi2html") \
35- $(TEXI2HTML) -expand info -number -nomenu -split section `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi` || exit 0 ;; \
36+ $(TEXI2HTML) -expand info -nomenu -split section `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi` || exit 0 ;; \
37 *) $(RM) @PACKAGE@_*.html ; \
38- $(TEXI2HTML) -expand info -number -nomenu -split section `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi` ;; \
39+ $(TEXI2HTML) -expand info -nomenu -split section `if test -f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi` ;; \
40 esac
41
42 install-html-monolithic: @PACKAGE@.html