From 4fac733ed7e3b0ca056aff2a3e7366f7b61e1343 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 30 Jul 2002 14:07:24 +0000 Subject: Oops, doc/foo should be documentation/foo... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2553 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5bbc7ca7c..79735aebc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.12.2.6.2.12 2002/07/26 14:22:01 easysw Exp $" +# "$Id: Makefile,v 1.12.2.6.2.13 2002/07/30 14:07:24 easysw Exp $" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # @@ -64,11 +64,14 @@ clean: done distclean: clean - -$(RM) config.* + $(RM) config.* $(RM) fltk-config fltk.list makeinclude $(RM) FL/Makefile - $(RM) doc/*.$(CAT1EXT) doc/*.$(CAT3EXT) - $(RM) -r doc/fltk.pdf doc/fltk.ps doc/fltk.d + $(RM) documentation/*.$(CAT1EXT) + $(RM) documentation/*.$(CAT3EXT) + $(RM) documentation/fltk.pdf + $(RM) documentation/fltk.ps + $(RM) -r documentation/fltk.d for file in test/*.fl; do\ $(RM) `basename $file .fl`.cxx; \ $(RM) `basename $file .fl`.h; \ @@ -94,5 +97,5 @@ native-dist: # -# End of "$Id: Makefile,v 1.12.2.6.2.12 2002/07/26 14:22:01 easysw Exp $". +# End of "$Id: Makefile,v 1.12.2.6.2.13 2002/07/30 14:07:24 easysw Exp $". # -- cgit v1.2.3