aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/handbook/Makefile.am2
-rw-r--r--doc/tutorial/Makefile.am2
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
22else 22else
23# In the 5.x version they added `--split=chapters|sections` in 23# In the 5.x version they added `--split=chapters|sections` in
24# addition to `--split=nodes`. 24# addition to `--split=nodes`.
25AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref=style.css --css-ref=manual.css 25AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="style.css" --css-ref="manual.css"
26endif 26endif
27 27
28dist_infoimage_DATA = \ 28dist_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
20else 20else
21# In the 5.x version they added `--split=chapters|sections` in 21# In the 5.x version they added `--split=chapters|sections` in
22# addition to `--split=nodes`. 22# addition to `--split=nodes`.
23AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref=style.css --css-ref=manual.css 23AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="style.css" --css-ref="manual.css"
24endif 24endif
25 25
26#DOT_OPTIONS = \ 26#DOT_OPTIONS = \