summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-13 16:25:17 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-13 16:25:17 +0000
commitd448f9a9cc2a6f19c887ed9cc354e28f526ae5e4 (patch)
treeb61b55ef0e1a141eaa7989930be2d633fb23fa05 /Makefile
parent1341e2a42978beacf1e038dc6198ca8566b68fbf (diff)
Documentation update.
Changed documentation makefiles so docos aren't built by default. git-svn-id: file:///fltk/svn/fltk/trunk@216 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 35bbd6c48..3e443043e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.10 1999/01/07 19:16:47 mike Exp $"
+# "$Id: Makefile,v 1.11 1999/01/13 16:25:14 mike Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
@@ -25,7 +25,7 @@
SHELL=/bin/sh
-DIRS = src fluid test documentation
+DIRS = src fluid test
all: makeinclude
@for dir in $(DIRS); do\
@@ -71,5 +71,5 @@ makeinclude: configure configh.in makeinclude.in
./configure
#
-# End of "$Id: Makefile,v 1.10 1999/01/07 19:16:47 mike Exp $".
+# End of "$Id: Makefile,v 1.11 1999/01/13 16:25:14 mike Exp $".
#