Suggestion from Bruno Haible.
+2007-02-24 Jim Meyering <jim@meyering.net>
+
+ * man/Makefile.am (.x.1): Warn when unable to update a man page.
+ Suggestion from Bruno Haible.
+
2007-02-23 Bruno Haible <bruno@clisp.org>
Handle better the combination of old Perl and a pre-c99 compiler.
# functions like echo, false, printf, pwd.
.x.1:
@case $(PERL) in \
- *"/missing "*) ;; \
+ *"/missing "*) \
+ echo 'WARNING: cannot update man page $@ since perl is missing' \
+ 'or inadequate' 1>&2 \
+ ;; \
*) \
rm -f $@ \
&& { echo "Updating man page $@"; \