diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/Makefile.in | 5 | ||||
| -rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispintro/Makefile.in | 4 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/Makefile.in | 5 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 7 |
8 files changed, 34 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index d4514904c77..fb17acc415a 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-04-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (infoclean): Be consistent about reporting failures. | ||
| 4 | Do not fail merely because the info directory does not exist, | ||
| 5 | but do fail if it exists and can't be cleaned. | ||
| 6 | |||
| 1 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * display.texi (Cursor Display): Explain better how to customize | 9 | * display.texi (Cursor Display): Explain better how to customize |
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index 4a59ebed521..9006ba1fbed 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in | |||
| @@ -199,7 +199,10 @@ distclean: clean | |||
| 199 | 199 | ||
| 200 | ## In the standalone tarfile, the clean rule runs this. | 200 | ## In the standalone tarfile, the clean rule runs this. |
| 201 | infoclean: | 201 | infoclean: |
| 202 | -cd $(buildinfodir) && rm -f emacs$(INFO_EXT) emacs$(INFO_EXT)-[1-9] emacs$(INFO_EXT)-[1-9][0-9] | 202 | rm -f \ |
| 203 | $(buildinfodir)/emacs$(INFO_EXT) \ | ||
| 204 | $(buildinfodir)/emacs$(INFO_EXT)-[1-9] \ | ||
| 205 | $(buildinfodir)/emacs$(INFO_EXT)-[1-9][0-9] | ||
| 203 | 206 | ||
| 204 | maintainer-clean: distclean infoclean | 207 | maintainer-clean: distclean infoclean |
| 205 | 208 | ||
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 6ca9eb4c93f..a5878fc7568 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-04-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (infoclean): Be consistent about reporting failures. | ||
| 4 | |||
| 1 | 2014-02-25 Glenn Morris <rgm@gnu.org> | 5 | 2014-02-25 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp-intro.texi (X11 Colors): Don't use setq with hooks. | 7 | * emacs-lisp-intro.texi (X11 Colors): Don't use setq with hooks. |
diff --git a/doc/lispintro/Makefile.in b/doc/lispintro/Makefile.in index c041cd17e02..c1c6ef71fa2 100644 --- a/doc/lispintro/Makefile.in +++ b/doc/lispintro/Makefile.in | |||
| @@ -116,7 +116,9 @@ distclean: clean | |||
| 116 | rm -f Makefile | 116 | rm -f Makefile |
| 117 | 117 | ||
| 118 | infoclean: | 118 | infoclean: |
| 119 | -cd $(buildinfodir) && rm -f eintr$(INFO_EXT) eintr$(INFO_EXT)-[1-9] | 119 | rm -f \ |
| 120 | $(buildinfodir)/eintr$(INFO_EXT) \ | ||
| 121 | $(buildinfodir)/eintr$(INFO_EXT)-[1-9] | ||
| 120 | 122 | ||
| 121 | maintainer-clean: distclean infoclean | 123 | maintainer-clean: distclean infoclean |
| 122 | 124 | ||
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 25fa8ca4946..8adbabc36bb 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-04-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (infoclean): Be consistent about reporting failures. | ||
| 4 | |||
| 1 | 2014-04-09 Daniel Colascione <dancol@dancol.org> | 5 | 2014-04-09 Daniel Colascione <dancol@dancol.org> |
| 2 | 6 | ||
| 3 | * errors.texi (Standard Errors): Document required error | 7 | * errors.texi (Standard Errors): Document required error |
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index bb8d4f82884..e7bfedfa583 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -171,7 +171,10 @@ distclean: clean | |||
| 171 | rm -f Makefile | 171 | rm -f Makefile |
| 172 | 172 | ||
| 173 | infoclean: | 173 | infoclean: |
| 174 | -cd $(buildinfodir) && rm -f elisp$(INFO_EXT) elisp$(INFO_EXT)-[1-9] elisp$(INFO_EXT)-[1-9][0-9] | 174 | rm -f \ |
| 175 | $(buildinfodir)/elisp$(INFO_EXT) \ | ||
| 176 | $(buildinfodir)/elisp$(INFO_EXT)-[1-9] \ | ||
| 177 | $(buildinfodir)/elisp$(INFO_EXT)-[1-9][0-9] | ||
| 175 | 178 | ||
| 176 | maintainer-clean: distclean infoclean | 179 | maintainer-clean: distclean infoclean |
| 177 | 180 | ||
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d51db539f87..4ad0293ee9b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-04-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (infoclean): Be consistent about reporting failures. | ||
| 4 | |||
| 1 | 2014-03-27 Glenn Morris <rgm@gnu.org> | 5 | 2014-03-27 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (INFO_COMMON): Add vhdl-mode. | 7 | * Makefile.in (INFO_COMMON): Add vhdl-mode. |
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 09687aaa1ee..f74d7eaa2d1 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -882,9 +882,12 @@ distclean: clean | |||
| 882 | 882 | ||
| 883 | ## buildinfodir is relative to srcdir. | 883 | ## buildinfodir is relative to srcdir. |
| 884 | infoclean: | 884 | infoclean: |
| 885 | cd $(buildinfodir); for file in $(INFO_TARGETS); do \ | 885 | for file in $(INFO_TARGETS); do \ |
| 886 | file=`echo $${file} | sed 's/\.info$$//'`${INFO_EXT}; \ | 886 | file=`echo $${file} | sed 's/\.info$$//'`${INFO_EXT}; \ |
| 887 | rm -f $${file} $${file}-[1-9] $${file}-[1-9][0-9]; \ | 887 | rm -f \ |
| 888 | $(buildinfodir)/$${file} \ | ||
| 889 | $(buildinfodir)/$${file}-[1-9] \ | ||
| 890 | $(buildinfodir)/$${file}-[1-9][0-9]; \ | ||
| 888 | done | 891 | done |
| 889 | 892 | ||
| 890 | maintainer-clean: distclean infoclean | 893 | maintainer-clean: distclean infoclean |