(auto-mode-alist): Add entries for .cls files,
[bpt/emacs.git] / Makefile.in
index bd2a926..df94153 100644 (file)
@@ -312,6 +312,7 @@ install-arch-dep: mkdir
 # These lines appeared after the second -set, but should be unnecessary.
 #       mkdir ${COPYDESTS} ; \
 #       chmod ugo+rx ${COPYDESTS} ; \
+# The backslash above continues the comment onto this line.  It ends here.
 install-arch-indep: mkdir
        -set ${COPYDESTS} ; \
         for dir in ${COPYDIR} ; do \
@@ -332,6 +333,7 @@ install-arch-indep: mkdir
                 rm -rf $${subdir}/CVS ; \
                 rm -f  $${subdir}/\#* ; \
                 rm -f  $${subdir}/*~ ; \
+                rm -f  $${subdir}/*.orig ; \
               done) ; \
         done
        -rm -f ${lispdir}/subdirs.el
@@ -359,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} \
@@ -529,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)