From 4bf636091a501c662213c8bc80242d2f65e97f09 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 11 Apr 2002 02:17:09 +0000 Subject: *** no comment *** --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9776f49..b4351af 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ chess.dvi: chess-final.texi $(ENVADD) $(TEXI2DVI) chess-final.texi clean: - rm -f *~ chess.dvi chess-final.* + rm -f *~ chess.dvi chess-final.* game.* log.* rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.log *.pg *.toc *.tp *.vr fullclean: clean @@ -51,3 +51,8 @@ dist: fullclean all clean rm -fr /var/tmp/chess-$(VERSION) mv /var/tmp/chess-$(VERSION).tar.bz2 \ $(HOME)/public_html/Emacs/packages + +update: + make dist + sitecopy + make fullclean -- cgit v1.2.3