9fd93e27e0
Noticed by: YAPHR
11 lines
384 B
Text
11 lines
384 B
Text
--- Makefile.orig Sun Oct 23 08:59:25 2005
|
|
+++ Makefile Sun Oct 23 09:00:09 2005
|
|
@@ -0,0 +1,8 @@
|
|
+#
|
|
+# Fake makefile to copy everything into the right directory.
|
|
+#
|
|
+
|
|
+install:
|
|
+ mkdir -p ${PREFIX}/share/doc/TclTutor
|
|
+ install -c -g wheel -o root -m 0644 *.lsn *.cfg ${PREFIX}/share/doc/TclTutor
|
|
+ install -c -g wheel -o root -m 0755 scaler.tcl htmllib.tcl TclTutor.tcl ${PREFIX}/bin
|