summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-11-23 20:25:48 +0000
committerRichard M. Stallman <rms@gnu.org>1994-11-23 20:25:48 +0000
commit8ad8701907695c61caa8035f9440e1d24e216127 (patch)
treecf01932984b045e2010a7e49c24ebbf269f8d815 /Makefile.in
parente773324887e8576fb49a9fd4cee743ed5527d4c2 (diff)
downloademacs-8ad8701907695c61caa8035f9440e1d24e216127.tar.gz
(dvi): Run Make in our man subdir.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 24904725b1a..df94153415e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -361,7 +361,7 @@ install-arch-indep: mkdir
### Build all the directories we're going to install Emacs in. Since
### we may be creating several layers of directories (for example,
### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use mkinstalldirs
-### instead of mkdir. Not all systems' mkdirs have the `-p' flag.
+### instead of mkdir. Not all systems' mkdir programs have the `-p' flag.
mkdir: FRC
$(srcdir)/mkinstalldirs ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
${bindir} ${datadir} ${docdir} ${libexecdir} \
@@ -531,4 +531,4 @@ force-info:
info: force-info
(cd ${srcdir}/man; $(MAKE) $(MFLAGS) info)
dvi:
- (cd ${srcdir}/man; $(MAKE) $(MFLAGS) dvi)
+ (cd man; $(MAKE) $(MFLAGS) dvi)