summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--documentation/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f21bd70ca..fdc16e035 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,6 @@ distclean: clean
$(RM) documentation/*.$(CAT1EXT)
$(RM) documentation/*.$(CAT3EXT)
$(RM) documentation/*.$(CAT6EXT)
- $(RM) documentation/fltk.pdf
$(RM) documentation/fltk.ps
$(RM) -r documentation/fltk.d
for file in test/*.fl; do\
diff --git a/documentation/Makefile b/documentation/Makefile
index 6e0217f58..0cc8b7643 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -207,7 +207,7 @@ clean:
# $(RM) fltk.ps
$(RM) refman.pdf
$(RMDIR) html latex
- $(RM) *~ *.bck *.bck *.bak
+ $(RM) *~ *.bck *.bck *.bak *.log
depend: