From 97312778a09decf65030e994e72ce07434ce0f07 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 4 Feb 2021 14:30:43 +0000 Subject: cpt: switch back to 'make' FossilOrigin-Name: 048c099fa4155f31725c51c27b09359d7b04f4c2d7e64f2a2b381ab7dea7803d --- install.do | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 install.do (limited to 'install.do') 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" -- cgit v1.2.3