]> code.delx.au - gnu-emacs/blobdiff - Makefile.in
Fix two typos.
[gnu-emacs] / Makefile.in
index cfba89724c07d10219b4a1fe6225b51eca3eb5a9..1ebba6d9abe307e085f4999ddd839408bca142a2 100644 (file)
@@ -371,6 +371,7 @@ install-arch-indep: mkdir info
                chmod a+rx $${subdir} ; \
                rm -rf $${subdir}/RCS ; \
                rm -rf $${subdir}/CVS ; \
+               rm -f  $${subdir}/.cvsignore ; \
                rm -f  $${subdir}/\#* ; \
                rm -f  $${subdir}/.\#* ; \
                rm -f  $${subdir}/*~ ; \
@@ -446,7 +447,7 @@ install-arch-indep: mkdir info
        -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir}
        thisdir=`/bin/pwd`; \
        cd ${srcdir}/etc; \
-       for page in emacs etags ctags ; do \
+       for page in emacs etags ctags gfdl ; do \
          (cd $${thisdir}; \
           ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/$${page}${manext}; \
           chmod a+r ${man1dir}/$${page}${manext}); \
@@ -661,7 +662,9 @@ dvi:
 ### special emacs executable is built from Lisp sources, which is then
 ### used to compile Lisp files.  The last step is a "normal" make.
 
-bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp clean all info
+.PHONY: bootstrap bootstrap-lisp-1 boostrap-src bootstrap-lisp bootstrap-clean
+
+bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info
 
 bootstrap-lisp-1:
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
@@ -671,3 +674,6 @@ bootstrap-lisp:
 
 bootstrap-src:
        (cd src; $(MAKE) $(MFLAGS) bootstrap)
+
+bootstrap-clean:
+       (cd src; $(MAKE) $(MFLAGS) clean)