[coreboot] [v2] r4628 - trunk/coreboot-v2/documentation

svn at coreboot.org svn at coreboot.org
Fri Sep 4 21:34:44 CEST 2009


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 <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



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
+





More information about the coreboot mailing list