summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-01-06 13:40:32 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-01-06 13:40:32 +0000
commit2d6a98560e1f3f027180be34cfc625eabfb32f05 (patch)
treea48208d7420cfcdf1f8fa614b9fa66c8002163a0 /FL
parentde9f6763537e7152279a4f5a19a70437e7a70940 (diff)
Doco and dist file updates.
Add fltk-config man page. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1911 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/FL/Makefile.in b/FL/Makefile.in
index 90633a35b..22156941a 100644
--- a/FL/Makefile.in
+++ b/FL/Makefile.in
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile.in,v 1.1.2.3 2002/01/01 15:11:28 easysw Exp $"
+# "$Id: Makefile.in,v 1.1.2.4 2002/01/06 13:40:31 easysw Exp $"
#
# Header makefile for the Fast Light Tool Kit (FLTK).
#
@@ -32,7 +32,9 @@ install:
-mkdir -p $(includedir)
rm -rf $(includedir)/FL
mkdir $(includedir)/FL
+ chmod 755 $(includedir)/FL
cp ../FL/*.[hHr] $(includedir)/FL
+ chmod 644 $(includedir)/FL/*.[hHr]
@HLINKS@ cd $(includedir)/FL;\
@HLINKS@ for file in *.H; do\
@HLINKS@ rm -f "`basename $$file H`h";\
@@ -52,5 +54,5 @@ uninstall:
#
-# End of "$Id: Makefile.in,v 1.1.2.3 2002/01/01 15:11:28 easysw Exp $".
+# End of "$Id: Makefile.in,v 1.1.2.4 2002/01/06 13:40:31 easysw Exp $".
#