# HG changeset patch # User Richard M. Stallman # Date 804019419 0 # Node ID 832d77b36f9d7a9734f5e3def7e564d9a8440704 # Parent 5888dd3f1a729502237a92b4ad86ef5c55dcae7f (mkdir): Use symbolic chmod. (SUBDIR_MAKEFILES): Add man/Makefile, so `make distclean' removes it. (top_distclean): Add config.log to the list of files to be removed. diff -r 5888dd3f1a72 -r 832d77b36f9d Makefile.in --- a/Makefile.in Sat Jun 24 07:43:26 1995 +0000 +++ b/Makefile.in Sat Jun 24 18:43:39 1995 +0000 @@ -186,7 +186,7 @@ SUBDIR = lib-src src # The makefiles of the directories in $SUBDIR. -SUBDIR_MAKEFILES = lib-src/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile +SUBDIR_MAKEFILES = lib-src/Makefile man/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile # Subdirectories to install, and where they'll go. # lib-src's makefile knows how to install it, so we don't do that here. @@ -366,7 +366,7 @@ $(srcdir)/mkinstalldirs ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \ ${bindir} ${datadir} ${docdir} ${libexecdir} \ `echo ${locallisppath} | sed 's/:/ /g'` - -chmod 777 ${lockdir} + -chmod a+rwx ${lockdir} ### Delete all the installed files that the `install' target would ### create (but not the noninstalled files such as `make all' would @@ -436,7 +436,7 @@ ### `make distclean' should leave only the files that were in the ### distribution. top_distclean=\ - rm -f config.status config.cache ; \ + rm -f config.status config.cache config.log ; \ rm -f Makefile ${SUBDIR_MAKEFILES} ; \ (cd lock && rm -f *) distclean: FRC