diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-09 18:46:55 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-09 18:46:55 +0300 |
commit | d95bc386a9642d6533cb0f8319b2fca27764015d (patch) | |
tree | 43ce712f09312e04f291b4151c5f894d82a46331 /extMakefile | |
parent | 874da559a39d04ecd94bd93a527825ee2d4255c5 (diff) | |
download | docs-d95bc386a9642d6533cb0f8319b2fca27764015d.tar.gz |
fix txt location
Diffstat (limited to 'extMakefile')
-rw-r--r-- | extMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extMakefile b/extMakefile index 3724c1f..61e61fb 100644 --- a/extMakefile +++ b/extMakefile @@ -8,6 +8,6 @@ all: install: install -Dm644 carbslinux.info ${DESTDIR}${INFODIR}/carbslinux.info - install -Dm644 carbslinux.txt ${DESTDIR}${SHAREDIR}/carbslinux.txt + install -Dm644 carbslinux.txt ${DESTDIR}${DOCDIR}/carbslinux.txt .PHONY: all install |