summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-12-29 14:59:00 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-12-29 14:59:00 +0000
commitea2cbbd5530915c508e86fed9a437adb0b2149f8 (patch)
tree19c38f26b79c8daba15f67075175757f5980c677 /Makefile
parentd7e327acb6f6941d028f5ef01523853a6940dcb7 (diff)
Updated makefiles for documentation.
git-svn-id: file:///fltk/svn/fltk/trunk@179 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ce9355675..f744b2236 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.8 1998/12/18 13:53:26 mike Exp $"
+# "$Id: Makefile,v 1.9 1998/12/29 14:58:58 mike Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
@@ -25,7 +25,7 @@
SHELL=/bin/sh
-DIRS = src fluid test
+DIRS = src fluid test documentation
all: makeinclude
@for dir in $(DIRS); do\
@@ -71,5 +71,5 @@ makeinclude: configure configh.in makeinclude.in
./configure
#
-# End of "$Id: Makefile,v 1.8 1998/12/18 13:53:26 mike Exp $".
+# End of "$Id: Makefile,v 1.9 1998/12/29 14:58:58 mike Exp $".
#