diff options
| author | Stefan Monnier | 2004-06-30 19:31:30 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-06-30 19:31:30 +0000 |
| commit | 8edacacd994b7d2fcea73577793dcdb02bc59553 (patch) | |
| tree | 0cc643885a87271bd8c2d2155f956038efaf81aa | |
| parent | c8d09ad8596deab6fc420d14c1545f2c11c9fd08 (diff) | |
| download | emacs-8edacacd994b7d2fcea73577793dcdb02bc59553.tar.gz emacs-8edacacd994b7d2fcea73577793dcdb02bc59553.zip | |
(${etc}DOC): Fix file name of make-docfile.
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 0d75221acfa..f473888cc5d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -928,7 +928,7 @@ emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} | |||
| 928 | for the first time, this prevents any variation between configurations | 928 | for the first time, this prevents any variation between configurations |
| 929 | in the contents of the DOC file. | 929 | in the contents of the DOC file. |
| 930 | Likewise for ${SOME_MACHINE_LISP}. */ | 930 | Likewise for ${SOME_MACHINE_LISP}. */ |
| 931 | ${etc}DOC: ${libsrc}make-docfile ${obj} ${shortlisp} ${SOME_MACHINE_LISP} | 931 | ${etc}DOC: ${libsrc}make-docfile${EXEEXT} ${obj} ${shortlisp} ${SOME_MACHINE_LISP} |
| 932 | -rm -f ${etc}DOC | 932 | -rm -f ${etc}DOC |
| 933 | ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC | 933 | ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC |
| 934 | ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} ${shortlisp} | 934 | ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} ${shortlisp} |