aboutsummaryrefslogtreecommitdiff
path: root/extMakefile
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-14 19:58:02 +0300
committerCem Keylan <cem@ckyln.com>2020-09-14 19:58:02 +0300
commit53e4b3243664705ad1ac5c6223f13877bf849f96 (patch)
tree7959c804a452dd7f1cc8ef82b8dcebfa6dfa3e02 /extMakefile
parentfdebe8e585426ec55012108bcb16a2f16b044bd8 (diff)
downloaddocs-53e4b3243664705ad1ac5c6223f13877bf849f96.tar.gz
Makefile: create proper Makefile meant to distribute itself.
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