From: ng0 Date: Fri, 16 Aug 2019 22:28:35 +0000 (+0000) Subject: attempt to fix the wrong texinfo5 generation which leads to css being 404 links. X-Git-Tag: v0.11.7~196 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f4598e8738d0baf9095064ebaca5f67a5500c224;p=oweals%2Fgnunet.git attempt to fix the wrong texinfo5 generation which leads to css being 404 links. --- 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 = \