diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2014-12-14 12:27:05 -0500 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2014-12-14 12:27:05 -0500 |
commit | 2e5a819d44fdc20235c66d95e96c4618d9008f6d (patch) | |
tree | d8da53d639bd68bd51a76e06524d736eb7258d76 /doc | |
parent | e7bf93d184c1aaf14e5f8e5cf8a517582eb49f23 (diff) | |
download | egawk-2e5a819d44fdc20235c66d95e96c4618d9008f6d.tar.gz egawk-2e5a819d44fdc20235c66d95e96c4618d9008f6d.tar.bz2 egawk-2e5a819d44fdc20235c66d95e96c4618d9008f6d.zip |
Updating autotools caused some changes in derived files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index d89beffd..09701a06 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -451,13 +451,9 @@ $(am__aclocal_m4_deps): $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $(@:.html=.htp) $<; \ then \ - rm -rf $@; \ - if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ - mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ + rm -rf $@ && mv $(@:.html=.htp) $@; \ else \ - if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ - rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ - exit 1; \ + rm -rf $(@:.html=.htp); exit 1; \ fi $(srcdir)/gawk.info: gawk.texi gawk.dvi: gawk.texi |