Update of /project/clhp/cvsroot/clhp In directory common-lisp.net:/tmp/cvs-serv8474
Modified Files: Makefile Log Message:
Date: Thu Oct 2 22:44:30 2003 Author: aventimiglia
Index: clhp/Makefile diff -u clhp/Makefile:1.8 clhp/Makefile:1.9 --- clhp/Makefile:1.8 Tue Sep 23 07:13:09 2003 +++ clhp/Makefile Thu Oct 2 22:44:30 2003 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 2003/09/23 11:13:09 aventimiglia Exp $ +# $Id: Makefile,v 1.9 2003/10/03 02:44:30 aventimiglia Exp $ # # CLHP the Common Lisp Hypertext Preprocessor # (C) 2003 Anthony J Ventimiglia @@ -184,10 +184,10 @@ if test -f $$f ; then rm -v $$f ; fi \ done $(MAKE) -C examples clean + find -iname "*.tar.gz" -exec rm -v {} ;
clean-backups: find -iname "*~" -exec rm -v {} ;
clean-dist: if test -d $(TARROOT); then rm -rv $(TARROOT); fi - find -iname "*.tar.gz" -exec rm -v {} ;