+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'.
# 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 $@