m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/Makefile.am


From: Eric Blake
Subject: Changes to m4/Makefile.am
Date: Fri, 05 May 2006 13:39:20 +0000

Index: m4/Makefile.am
diff -u m4/Makefile.am:1.24 m4/Makefile.am:1.25
--- m4/Makefile.am:1.24 Fri May  5 12:34:33 2006
+++ m4/Makefile.am      Fri May  5 13:39:19 2006
@@ -249,7 +249,7 @@
        @if test -f src/m4$(EXEEXT); then \
          echo "Updating the \`man' page \`$@'"; \
          $(PERL) $(srcdir)/doc/helptoman.pl src/m4$(EXEEXT) > address@hidden; \
-         cmp -s address@hidden $(srcdir)/doc/$@ || cp address@hidden 
$(srcdir)/doc/$@; \
+         cmp -s address@hidden $@ || cp address@hidden $@; \
          rm -f address@hidden; \
        else \
          echo "WARNING: The \`man' page \`$@' cannot be updated yet."; \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]