2000-07-09 23:51:43 +00:00

22 lines
489 B
Plaintext

--- Makefile.orig Thu Jun 12 14:57:50 1997
+++ Makefile Fri Oct 10 20:52:22 1997
@@ -26,14 +26,16 @@
CBB_ROOT = cbb-0.73
TAR = tar
-PERL = perl
+PERL = /usr/bin/perl
all:
@echo "Nothing is needed to build in advance of 'make install'"
install:
- $(PERL) install.pl
+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/share/cbb \
+ --destdir ${PREFIX} --perlpath /usr/bin/perl \
+ --wishpath ${PREFIX}/bin/wish8.0
docs/cbb-man.dvi: docs/cbb-man.tex
(cd docs; \