From f4598e8738d0baf9095064ebaca5f67a5500c224 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 16 Aug 2019 22:28:35 +0000 Subject: attempt to fix the wrong texinfo5 generation which leads to css being 404 links. --- doc/handbook/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/handbook') 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 = \ -- cgit v1.2.3