Update of /cvsroot/comp-hist/comp-hist
In directory usw-pr-cvs1:/tmp/cvs-serv6078
Modified Files:
Makefile.in
Log Message:
Added new comp-hist.vcg name to clean
Index: Makefile.in
===================================================================
RCS file: /cvsroot/comp-hist/comp-hist/Makefile.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** Makefile.in 2001/03/31 16:05:12 1.17
--- Makefile.in 2001/03/31 16:14:22 1.18
***************
*** 10,14 ****
clean:
! rm -rf *.html *.css comp-history* *.aux *.log *.ps bibliography *.pdf information dump *xml pod2html-* parsech_dbm `find -type f | grep \~`
@echo "That's it for the normal cleanup. However, if you've built the browser, you probably want to cd to scripts/browser, and make clean there too. CVS users can also run make cvs_clean for a more comprehensive cleanup."
--- 10,14 ----
clean:
! rm -rf *.html *.css comp-hist* *.aux *.log *.ps bibliography *.pdf information dump *xml pod2html-* parsech_dbm `find -type f | grep \~`
@echo "That's it for the normal cleanup. However, if you've built the browser, you probably want to cd to scripts/browser, and make clean there too. CVS users can also run make cvs_clean for a more comprehensive cleanup."
|