aboutsummaryrefslogtreecommitdiff
path: root/extMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'extMakefile')
-rw-r--r--extMakefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/extMakefile b/extMakefile
deleted file mode 100644
index 61e61fb..0000000
--- a/extMakefile
+++ /dev/null
@@ -1,13 +0,0 @@
-PREFIX=/usr/local
-SHAREDIR=${PREFIX}/share
-INFODIR=${SHAREDIR}/info
-DOCDIR=${SHAREDIR}/doc
-
-all:
- @echo run make install
-
-install:
- install -Dm644 carbslinux.info ${DESTDIR}${INFODIR}/carbslinux.info
- install -Dm644 carbslinux.txt ${DESTDIR}${DOCDIR}/carbslinux.txt
-
-.PHONY: all install