|
From: Christophe Prud'h. <pru...@us...> - 2001-05-15 18:45:07
|
Update of /cvsroot/corelinux/clfw/doc In directory usw-pr-cvs1:/tmp/cvs-serv32540/doc Modified Files: Makefile.am Log Message: added a clean rule Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfw/doc/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile.am 2000/08/28 14:59:59 1.1 --- Makefile.am 2001/05/15 18:45:05 1.2 *************** *** 28,31 **** --- 28,34 ---- clfw.cfg: clfw.cfg.in + clean: + @rm -rf html latex man + # Common rcs information do not modify # $Author$ |