# HG changeset patch # User Richard M. Stallman # Date 785622348 0 # Node ID 9d103084f33bf8077cfdc22246a8e433a0d8006f # Parent ae4ee3bd5cd57365e817e7ee678d040c3bf30177 (dvi): Run Make in our man subdir. diff -r ae4ee3bd5cd5 -r 9d103084f33b Makefile.in --- a/Makefile.in Wed Nov 23 20:24:20 1994 +0000 +++ b/Makefile.in Wed Nov 23 20:25:48 1994 +0000 @@ -361,7 +361,7 @@ ### 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 @@ info: force-info (cd ${srcdir}/man; $(MAKE) $(MFLAGS) info) dvi: - (cd ${srcdir}/man; $(MAKE) $(MFLAGS) dvi) + (cd man; $(MAKE) $(MFLAGS) dvi)