diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | documentation/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -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: |
