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


gnu-hello       
Info
Commit...:4dafde9f0594128dc651eb064e5dffc3b3832ca6
Author...:karl <>
Committer:karl <>
Date.....:Sun Sep 3 00:09:44 2006 +0000
Parents..:b63690083d3a643fe078d4d88e9fe40d07d89af7

Message
[project @ 2006-09-03 00:09:44 by karl]
downcase man name

Changes
diff --git a/man/ChangeLog b/man/ChangeLog
line changes: +4/-0
index b5315e5..9eb27b4
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-02  Karl Berry  <karl@gnu.org>
+
+	* Makefile.am (hello.1): downcase description.
+
 2006-08-22  Karl Berry  <karl@gnu.org>
 
 	* Makefile.am (hello.1): use -o, to help `missing'.

diff --git a/man/Makefile.am b/man/Makefile.am
line changes: +1/-1
index c38d2b8..04154c9
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -28,4 +28,4 @@ common_mandeps = $(top_srcdir)/configure.ac
 # binary when any source file changes, only the main one.
 # Use -o so that the `missing' program can infer the output file.
 hello.1: $(top_srcdir)/src/hello.c $(common_mandeps)
-	$(HELP2MAN) --name="Friendly Greeting Program" ../src/hello -o $@
+	$(HELP2MAN) --name="friendly greeting program" ../src/hello -o $@

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