aboutsummaryrefslogtreecommitdiff
path: root/install.do
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-02-04 14:30:43 +0000
committermerakor <cem@ckyln.com>2021-02-04 14:30:43 +0000
commit97312778a09decf65030e994e72ce07434ce0f07 (patch)
treeeeb18b94a461a05a6993d98ab9a68eee1152faf9 /install.do
parent63c4051197cfcad2231de6eb9874055d668f47df (diff)
downloadcpt-97312778a09decf65030e994e72ce07434ce0f07.tar.gz
cpt: switch back to 'make'
FossilOrigin-Name: 048c099fa4155f31725c51c27b09359d7b04f4c2d7e64f2a2b381ab7dea7803d
Diffstat (limited to 'install.do')
-rw-r--r--install.do17
1 files changed, 0 insertions, 17 deletions
diff --git a/install.do b/install.do
deleted file mode 100644
index dcab154..0000000
--- a/install.do
+++ /dev/null
@@ -1,17 +0,0 @@
-. ./config.rc
-redo all
-PHONY
-
-INSTALLSH=./tools/install.sh
-
-# Install executables.
-"$INSTALLSH" -Dm755 -t "$DESTDIR$BINDIR" $(getbin)
-
-# Install manual pages.
-"$INSTALLSH" -Dm644 -t "$DESTDIR$MAN1" man/*.1
-
-# Install the documentation info page.
-# We don't want to bother if the info page wasn't created, just exit without an
-# error.
-[ -f docs/cpt.info ] || exit 0
-"$INSTALLSH" -Dm644 docs/cpt.info "$DESTDIR$INFODIR/cpt.info"