diff options
| -rw-r--r-- | doc/emacs/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index d03a9fc6eac..5e53c07451b 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in | |||
| @@ -190,8 +190,8 @@ emacs-xtra.pdf: $(EMACS_XTRA) | |||
| 190 | # So we use this rule, and move-if-change, to avoid that. | 190 | # So we use this rule, and move-if-change, to avoid that. |
| 191 | doc-emacsver: | 191 | doc-emacsver: |
| 192 | sed 's/[@]version@/${version}/' \ | 192 | sed 's/[@]version@/${version}/' \ |
| 193 | ${srcdir}/emacsver.texi.in > emacsver.texi.in.$$$$ && \ | 193 | ${srcdir}/emacsver.texi.in > emacsver.texi.$$$$ && \ |
| 194 | ${top_srcdir}/build-aux/move-if-change emacsver.texi.in.$$$$ \ | 194 | ${top_srcdir}/build-aux/move-if-change emacsver.texi.$$$$ \ |
| 195 | ${srcdir}/emacsver.texi | 195 | ${srcdir}/emacsver.texi |
| 196 | 196 | ||
| 197 | .PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean infoclean | 197 | .PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean infoclean |