1997-10-11 04:13:39 +00:00
|
|
|
--- Makefile.orig Thu Jun 12 14:57:50 1997
|
|
|
|
+++ Makefile Fri Oct 10 20:52:22 1997
|
|
|
|
@@ -26,14 +26,15 @@
|
|
|
|
|
1999-03-15 02:15:16 +00:00
|
|
|
CBB_ROOT = cbb-0.77
|
1997-10-11 04:13:39 +00:00
|
|
|
TAR = tar
|
|
|
|
-PERL = perl
|
1998-09-15 21:31:59 +00:00
|
|
|
+PERL = ${PERL5}
|
1997-10-11 04:13:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
all:
|
|
|
|
@echo "Nothing is needed to build in advance of 'make install'"
|
|
|
|
|
|
|
|
install:
|
|
|
|
- $(PERL) install.pl
|
1998-10-10 11:07:24 +00:00
|
|
|
+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \
|
1998-12-12 21:41:25 +00:00
|
|
|
+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.0
|
1997-10-11 04:13:39 +00:00
|
|
|
|
|
|
|
docs/cbb-man.dvi: docs/cbb-man.tex
|
|
|
|
(cd docs; \
|