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


gnu-hello       
Info
Commit...:3a36a40de41146f0310e5cf8869af5806a3d8ab2
Author...:karl <>
Committer:karl <>
Date.....:Sat Apr 22 23:03:49 2006 +0000
Parents..:1edaab5c76cd005ba1756953152b8d683be12925

Message
[project @ 2006-04-22 23:03:49 by karl]
find help2man in srcdir

Changes
diff --git a/ChangeLog b/ChangeLog
line changes: +4/-0
index 4bd8d85..fc100cd
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-22  Karl Berry  <karl@gnu.org>
+
+	* man/Makefile.am (hello.1): find help2man in $(srcdir).
+
 2006-02-14  Karl Berry  <karl@gnu.org>
 
 	* configure.ac (gl_SOURCE_BASE,gl_M4_BASE): delete, these are

diff --git a/man/Makefile.am b/man/Makefile.am
line changes: +2/-3
index c836ad9..de05044
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 ## Makefile.am for hello/man.
 ## 
-## Copyright (C) 1996, 1997, 2005 Free Software Foundation, Inc.
+## Copyright (C) 1996, 1997, 2005, 2006 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -27,5 +27,4 @@ common_mandeps = $(top_srcdir)/configure.ac
 # Depend on the source, not the binary; we don't need to regenerate the
 # binary when any source file changes, only the main one.
 hello.1: $(top_srcdir)/src/hello.c $(common_mandeps)
-	-$(HELP2MAN) --name="Friendly GNU Greeting Program" \
-	  ../src/hello >$@
+	$(PERL) $(srcdir)/$(HELP2MAN) --name="Friendly Greeting Program" ../src/hello >$@

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