Fix clean rules for the tex files.
[coreboot.git] / documentation / Makefile
index 71967a464bfcd5157c2163817a3750bb6a4b31a0..dad6ecc52c256ab7e6502dc11777459c7b631b53 100644 (file)
@@ -63,10 +63,9 @@ socketfkconfig.tex: ../src/cpu/amd/socket_F/Kconfig
        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
+