Fix web-manual-update. * Makefile.am: don't quote manual_title's value
diff --git a/Makefile.am b/Makefile.am line changes: +1/-1 index 60877c8..437384a --- a/Makefile.am +++ b/Makefile.am
@@ -62,7 +62,7 @@ gendocs = build-aux/gendocs.sh gendocs_envvars = GENDOCS_TEMPLATE_DIR=doc # manual = hello -manual_title = "Hello, GNU World" +manual_title=Hello, GNU World email = $(PACKAGE_BUGREPORT) gendocs_args = --email $(email) $(manual) $(manual_title) #