attempt to fix the wrong texinfo5 generation which leads to css being 404 links.
authorng0 <ng0@n0.is>
Fri, 16 Aug 2019 22:28:35 +0000 (22:28 +0000)
committerng0 <ng0@n0.is>
Fri, 16 Aug 2019 22:28:35 +0000 (22:28 +0000)
doc/handbook/Makefile.am
doc/tutorial/Makefile.am

index 23e43a34adb7ac52485eceef8ab4827b005b0e18..e40a62be4ee4272e25fa2cfb695a558de4d81d0b 100644 (file)
@@ -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 =                                          \
index 8525563a21efc1fbf3bb69e2d1901d920b7fc9b4..26bef64d9086d1354deeb0aa25da21695287989f 100644 (file)
@@ -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 =                                                 \