--- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index de54590..60877c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ gendocs_envvars = GENDOCS_TEMPLATE_DIR=doc # manual = hello manual_title = "Hello, GNU World" -email = [email protected] +email = $(PACKAGE_BUGREPORT) gendocs_args = --email $(email) $(manual) $(manual_title) # www_target = $(HOME)/gnu/www/hello/manual -- 1.8.2.3
- [PATCH 1/8] allow user message to use new-generation greeting ... Sami Kerola
- [PATCH 2/8] bootstrap: update from gnulib Sami Kerola
- [PATCH 5/8] use PACKAGE_NAME from config.h Sami Kerola
- [PATCH 3/8] reuse AM_INIT_AUTOMAKE bug-email address Sami Kerola
- [PATCH 6/8] re-indent to match with gnu coding style Sami Kerola
- [PATCH 4/8] clean up configure.ac syntax Sami Kerola
- [PATCH 7/8] make copyright year pseudo dynamic Sami Kerola
- [PATCH 8/8] make hello unicode aware Sami Kerola
