From a47846b8b0420b8e6e11de67094049882eeb6237 Mon Sep 17 00:00:00 2001 From: Tim Mann Date: Tue, 18 Nov 2003 08:36:10 +0000 Subject: [PATCH] Stop "make clean" from removing ics-parsing.txt. --- Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.in b/Makefile.in index fa89281..01ee09a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -90,7 +90,7 @@ uninstall: $(infodir)/xboard.info $(infodir)/dir clean: - rm -f xboard zic2xpm *.o *.txt $(LEX_OUTPUT_ROOT).c + rm -f xboard zic2xpm *.o xboard.txt zic2xpm.txt $(LEX_OUTPUT_ROOT).c rm -f xboard_*.html xboard.aux* xboard.cp* xboard.dvi xboard.fn* rm -f xboard.ky* xboard.log xboard.pg* xboard.toc xboard.tp* rm -f xboard.vr* xboard.ps -- 1.7.0.4