Author: uwe Date: 2009-09-04 21:34:43 +0200 (Fri, 04 Sep 2009) New Revision: 4628
Modified: trunk/coreboot-v2/documentation/Makefile Log: Fix clean rules for the tex files. Signed-off-by: Uwe Hermann <[email protected]> Acked-by: Uwe Hermann <[email protected]> Modified: trunk/coreboot-v2/documentation/Makefile =================================================================== --- trunk/coreboot-v2/documentation/Makefile 2009-09-04 19:25:51 UTC (rev 4627) +++ trunk/coreboot-v2/documentation/Makefile 2009-09-04 19:34:43 UTC (rev 4628) @@ -63,10 +63,9 @@ grep '^config' $< | awk '{print $2}' >>$@ cat endverbatim.tex >> $@ - clean: - rm -f *.aux *.idx *.log *.toc *.out $(FIGS) mainboardkconfig.tex skconfig.tex cpukconfig.tex socketkconfig.tex + rm -f *.aux *.idx *.log *.toc *.out $(FIGS) mainboardkconfig.tex skconfig.tex cpukconfig.tex socketfkconfig.tex distclean: clean - rm -f LinuxBIOS-AMD64.pdf - + rm -f LinuxBIOS-AMD64.pdf Kconfig.pdf + -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

