Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:5a910ae800b798a15807fbad6fe3f4c8a9fbe2be
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Thu Oct 10 14:04:21 2013 +0100
Parents..:20bcdd2e14fc5e8e4c64ffae19a9e9ebf52a070b

Message
Fix web-manual-update.

* Makefile.am: don't quote manual_title's value

Changes
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)
 #

This website is licensed under AGPL-3.0. Feel free to copy!