aboutsummaryrefslogtreecommitdiff
path: root/contrib/patches/texi2html5-indent.diff
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-19 14:43:13 +0000
committerNils Gillmann <ng0@n0.is>2018-05-19 14:43:13 +0000
commit6ab60d4920bb3199aee8cd872b930e9e3e808ba7 (patch)
tree3d761dbf8793a1d2422fbd14667255c7e0292ea4 /contrib/patches/texi2html5-indent.diff
parentc2f27dfe8218545c327ab49d225a49910347c5c6 (diff)
downloadgnunet-6ab60d4920bb3199aee8cd872b930e9e3e808ba7.tar.gz
gnunet-6ab60d4920bb3199aee8cd872b930e9e3e808ba7.zip
Restructure contrib folder.
contrib/pogen.sh -> bin/pogen.sh bootstrap: Use new pogen location and execute it. contrib/openvpn-tap32: Move to contrib/3rdparty/Windows/openvpn-tap32. contrib/gnunet-logo*: Move to contrib/branding/logo/ Delete old patches in contrib, predating git. Move buildbot data to contrib/ci/buildbot, move docker data to contrib/ci/docker. Create contrib/conf and populate it with config files found in contrib and bin. Move gns related data to contrib/gns. delete contrib/repeat.sh Move contrib/log.php into contrib/web/log.php. Create folder contrib/scripts and use it for most scripts in contrib. Remove trailing whitespace in doc/Makefile.am Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'contrib/patches/texi2html5-indent.diff')
-rw-r--r--contrib/patches/texi2html5-indent.diff42
1 files changed, 42 insertions, 0 deletions
diff --git a/contrib/patches/texi2html5-indent.diff b/contrib/patches/texi2html5-indent.diff
new file mode 100644
index 000000000..2abbcb766
--- /dev/null
+++ b/contrib/patches/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