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


gnu-hello       
Info
Commit...:18e25a0aeaf105e10a91d19af648ad3b4d4bff7e
Author...:Sami Kerola
Committer:Reuben Thomas
Date.....:Wed Oct 9 20:20:12 2013 +0100
Parents..:4f840a5b0fbc31875d4e77ffda4448c665869c68

Message
reuse AM_INIT_AUTOMAKE bug-email address

Changes
diff --git a/Makefile.am b/Makefile.am
line changes: +1/-1
index de54590..60877c8
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ gendocs_envvars = GENDOCS_TEMPLATE_DIR=doc
 #
 manual = hello
 manual_title = "Hello, GNU World"
-email = bug-hello@gnu.org
+email = $(PACKAGE_BUGREPORT)
 gendocs_args = --email $(email) $(manual) $(manual_title)
 #
 www_target = $(HOME)/gnu/www/hello/manual

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