summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-11 02:17:09 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-11 02:17:09 +0000
commit4bf636091a501c662213c8bc80242d2f65e97f09 (patch)
tree900f8f51fb5e6c11f0a1ae9b5f10474a94d78839 /Makefile
parentd051395b562b54e77eab07bfab4899a327058a52 (diff)
*** no comment ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
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