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
This commit is contained in:
parent
105c155a0c
commit
8008f88df8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue