gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: attempt to fix the wrong te


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: attempt to fix the wrong texinfo5 generation which leads to css being 404 links.
Date: Sat, 17 Aug 2019 00:30:42 +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 f4598e873 attempt to fix the wrong texinfo5 generation which leads to 
css being 404 links.
f4598e873 is described below

commit f4598e8738d0baf9095064ebaca5f67a5500c224
Author: ng0 <address@hidden>
AuthorDate: Fri Aug 16 22:28:35 2019 +0000

    attempt to fix the wrong texinfo5 generation which leads to css being 404 
links.
---
 doc/handbook/Makefile.am | 2 +-
 doc/tutorial/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index 23e43a34a..e40a62be4 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -22,7 +22,7 @@ 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
+AM_MAKEINFOHTMLFLAGS = --split=sections --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 8525563a2..26bef64d9 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -20,7 +20,7 @@ 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
+AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="style.css" 
--css-ref="manual.css"
 endif
 
 #DOT_OPTIONS =                                                 \

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]