diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-14 19:58:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-14 19:58:02 +0300 |
commit | 53e4b3243664705ad1ac5c6223f13877bf849f96 (patch) | |
tree | 7959c804a452dd7f1cc8ef82b8dcebfa6dfa3e02 /extMakefile | |
parent | fdebe8e585426ec55012108bcb16a2f16b044bd8 (diff) | |
download | docs-53e4b3243664705ad1ac5c6223f13877bf849f96.tar.gz |
Makefile: create proper Makefile meant to distribute itself.
Diffstat (limited to 'extMakefile')
-rw-r--r-- | extMakefile | 13 |
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 |