blob: 9d52612aaa75ed8973e4933592e8b6940d0302e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.orig Thu Jun 12 14:57:50 1997
+++ Makefile Fri Oct 10 20:52:22 1997
@@ -26,14 +26,15 @@
CBB_ROOT = cbb-0.77
TAR = tar
-PERL = perl
+PERL = ${PERL5}
all:
@echo "Nothing is needed to build in advance of 'make install'"
install:
- $(PERL) install.pl
+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \
+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.2
docs/cbb-man.dvi: docs/cbb-man.tex
(cd docs; \
|