diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-11 02:17:09 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-11 02:17:09 +0000 |
| commit | 4bf636091a501c662213c8bc80242d2f65e97f09 (patch) | |
| tree | 900f8f51fb5e6c11f0a1ae9b5f10474a94d78839 /Makefile | |
| parent | d051395b562b54e77eab07bfab4899a327058a52 (diff) | |
*** no comment ***
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
