mirror of https://github.com/fltk/fltk
Oops, doc/foo should be documentation/foo...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2553 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
a5110a375d
commit
4fac733ed7
13
Makefile
13
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 $".
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue