summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-09-04 19:34:43 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-09-04 19:34:43 +0000
commit8008f88df8ff6d7cbdfced5717775a446f2254c6 (patch)
treeb601c3faf4d7405dd4512a25d47c730a2e45631d /documentation
parent105c155a0ca21c6fe7d5394cfa2d084bdbd035b3 (diff)
downloadcoreboot-8008f88df8ff6d7cbdfced5717775a446f2254c6.tar.xz
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
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 71967a464b..dad6ecc52c 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -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
+