From: Jim Meyering Date: Sun, 29 Oct 1995 14:26:48 +0000 (+0000) Subject: (mostlyclean): Remove *.info. X-Git-Tag: FILEUTILS-3_12f~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=185c59d3bde6162c657c88037acdfbab46198547;p=thirdparty%2Fcoreutils.git (mostlyclean): Remove *.info. --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 82a9416926..d1d0213c74 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -12,8 +12,8 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with this program; if not, write to the Free Software Foundation, +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. SHELL = /bin/sh @@ -73,6 +73,7 @@ texclean: *.fl *.cm *.op *.cps mostlyclean: texclean + rm -f *.info clean: mostlyclean