Fix clean rules for the tex files.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4628 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/documentation/Makefile b/documentation/Makefile
index 71967a4..dad6ecc 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -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
+