diff options
| author | Glenn Morris | 2011-05-20 19:02:42 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-20 19:02:42 -0700 |
| commit | 32078c8d4891cc620249aee12a889669d65ce734 (patch) | |
| tree | 8cc131ef675ea2bb1f62d8b39a3685063294e523 /src | |
| parent | 1dcf791fefa6533a06f58a5d2d074f59f06ee9ae (diff) | |
| download | emacs-32078c8d4891cc620249aee12a889669d65ce734.tar.gz emacs-32078c8d4891cc620249aee12a889669d65ce734.zip | |
* src/Makefile.in ($(etc)/DOC): Make second command line even shorter.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bef6c1593a7..0d070a158a2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-05-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in ($(etc)/DOC): Make second command line even shorter. | ||
| 4 | |||
| 1 | 2011-05-20 Eli Zaretskii <eliz@gnu.org> | 5 | 2011-05-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * callproc.c (Fcall_process) [MSDOS]: Fix arguments to | 7 | * callproc.c (Fcall_process) [MSDOS]: Fix arguments to |
diff --git a/src/Makefile.in b/src/Makefile.in index 557a6f54748..eb80652516e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -411,7 +411,7 @@ emacs$(EXEEXT): temacs$(EXEEXT) $(etc)/DOC $(lisp) | |||
| 411 | $(etc)/DOC: $(libsrc)/make-docfile$(EXEEXT) $(obj) $(lisp) | 411 | $(etc)/DOC: $(libsrc)/make-docfile$(EXEEXT) $(obj) $(lisp) |
| 412 | -rm -f $(etc)/DOC | 412 | -rm -f $(etc)/DOC |
| 413 | $(libsrc)/make-docfile -d $(srcdir) $(SOME_MACHINE_OBJECTS) $(obj) > $(etc)/DOC | 413 | $(libsrc)/make-docfile -d $(srcdir) $(SOME_MACHINE_OBJECTS) $(obj) > $(etc)/DOC |
| 414 | $(libsrc)/make-docfile -a $(etc)/DOC -d $(srcdir) `sed -n -e 's| \\\\||' -e 's|^[ ]*$$(lispsource)|../lisp|p' $(srcdir)/lisp.mk` | 414 | $(libsrc)/make-docfile -a $(etc)/DOC -d $(lispsource) `sed -n -e 's| \\\\||' -e 's|^[ ]*$$(lispsource)/||p' $(srcdir)/lisp.mk` |
| 415 | 415 | ||
| 416 | $(libsrc)/make-docfile$(EXEEXT): | 416 | $(libsrc)/make-docfile$(EXEEXT): |
| 417 | cd $(libsrc); $(MAKE) $(MFLAGS) make-docfile$(EXEEXT) | 417 | cd $(libsrc); $(MAKE) $(MFLAGS) make-docfile$(EXEEXT) |