From 8008f88df8ff6d7cbdfced5717775a446f2254c6 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 4 Sep 2009 19:34:43 +0000 Subject: Fix clean rules for the tex files. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4628 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- documentation/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'documentation/Makefile') 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 + -- cgit v1.2.3