Browse Source

attempt to fix the wrong texinfo5 generation which leads to css being 404 links.

ng0 4 years ago
parent
commit
f4598e8738
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/handbook/Makefile.am
  2. 1 1
      doc/tutorial/Makefile.am

+ 1 - 1
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 =                           		\

+ 1 - 1
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 =							\