[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: who makes these decisions a
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: who makes these decisions at gnu texinfo... argh! |
Date: |
Sat, 17 Aug 2019 01:00:45 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new bf7912bb4 who makes these decisions at gnu texinfo... argh!
bf7912bb4 is described below
commit bf7912bb4d0f43182f4787c03c46c56dfa0105e3
Author: ng0 <address@hidden>
AuthorDate: Fri Aug 16 22:58:29 2019 +0000
who makes these decisions at gnu texinfo... argh!
---
doc/handbook/Makefile.am | 6 +++++-
doc/tutorial/Makefile.am | 8 ++++++--
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index e167890a6..4b32225ef 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -22,7 +22,11 @@ AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css
--css-include=manual.c
else
# In the 5.x version they added `--split=chapters|sections` in
# addition to `--split=nodes`.
-AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="../style.css"
--css-ref="../manual.css"
+# Hold on to your hats: In version 6.5 this is already removed, ffs.
+# GNU Texinfo, please be more consistent than 1 version in switches.
+# This however is compatible to version 5.2. Thanks, I hate it.
+# AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="../style.css"
--css-ref="../manual.css"
+AM_MAKEINFOHTMLFLAGS = --split --css-ref="../style.css"
--css-ref="../manual.css"
endif
dist_infoimage_DATA = \
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
index 26bef64d9..f5c7d7742 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -20,7 +20,11 @@ AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css
--css-include=manual.c
else
# In the 5.x version they added `--split=chapters|sections` in
# addition to `--split=nodes`.
-AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="style.css"
--css-ref="manual.css"
+# Hold on to your hats: In version 6.5 this is already removed, ffs.
+# GNU Texinfo, please be more consistent than 1 version in switches.
+# This however is compatible to version 5.2. Thanks, I hate it.
+# AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="../style.css"
--css-ref="../manual.css"
+AM_MAKEINFOHTMLFLAGS = --split --css-ref="../style.css"
--css-ref="../manual.css"
endif
#DOT_OPTIONS = \
@@ -137,7 +141,7 @@ dev-build: version.texi/replacement
clean: version.texi/replacement/revert
@rm -f gnunet-tutorial.pdf
@rm -f gnunet-tutorial.info
- @rm -f gnunet-tutorial.html
+ @rm -rf gnunet-tutorial.html
@rm -fr gnunet-tutorial.t2p
# CLEANFILES = \
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: who makes these decisions at gnu texinfo... argh!,
gnunet <=