[Firebug-cvs] firebug/doc/chassis .cvsignore,1.1,1.2 Makefile,1.3,1.4
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2004-07-13 12:57:03
|
Update of /cvsroot/firebug/firebug/doc/chassis In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31979 Modified Files: .cvsignore Makefile Log Message: Added bibtex ref files. Index: .cvsignore =================================================================== RCS file: /cvsroot/firebug/firebug/doc/chassis/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 2 Jul 2004 20:41:21 -0000 1.1 --- .cvsignore 13 Jul 2004 12:56:55 -0000 1.2 *************** *** 1 **** --- 1,2 ---- *.pdf *.dvi *.aux *.log + *.bbl *.blg Index: Makefile =================================================================== RCS file: /cvsroot/firebug/firebug/doc/chassis/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 13 Jul 2004 12:54:43 -0000 1.3 --- Makefile 13 Jul 2004 12:56:55 -0000 1.4 *************** *** 13,15 **** clean: ! rm -rf *.dvi *.aux *.log *.bbl *.pdf *.ps *.blg \ No newline at end of file --- 13,16 ---- clean: ! rm -rf *.dvi *.aux *.log *.bbl *.pdf *.ps *.blg *~ ! |