From 4fa74d8e0217cc31c399e3a5c415601727f4b85a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 7 Oct 1999 18:22:58 +0000 Subject: Remove $(PROJECT).pdf not *.pdf. We were accidentally removing the pdf version of figures. --- doc/rtems_gdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/rtems_gdb') diff --git a/doc/rtems_gdb/Makefile b/doc/rtems_gdb/Makefile index 75ceb492c7..71270fc1b2 100644 --- a/doc/rtems_gdb/Makefile +++ b/doc/rtems_gdb/Makefile @@ -54,7 +54,7 @@ html: dirs $(FILES) $(PROJECT).texi clean: - rm -f *.o $(PROG) *.txt core *.pdf + rm -f *.o $(PROG) *.txt core $(PROJECT).pdf rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE) rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES) rm -f *.fixed _* network.t -- cgit v1.2.3