diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-09 17:42:50 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-09 17:42:50 +0300 |
commit | dbbeb322741f826335dd7f0a724d88e1ffe261cc (patch) | |
tree | a5619e159a4ad57aa9a9785f31f50839d4a505af /extMakefile | |
parent | 8b98d178edefd2981e06e72ead837a3c290b4b17 (diff) | |
download | docs-dbbeb322741f826335dd7f0a724d88e1ffe261cc.tar.gz |
docs: switch to texinfo
Diffstat (limited to 'extMakefile')
-rw-r--r-- | extMakefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extMakefile b/extMakefile new file mode 100644 index 0000000..3724c1f --- /dev/null +++ b/extMakefile @@ -0,0 +1,13 @@ +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}${SHAREDIR}/carbslinux.txt + +.PHONY: all install |