From dbbeb322741f826335dd7f0a724d88e1ffe261cc Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 9 Sep 2020 17:42:50 +0300 Subject: docs: switch to texinfo --- extMakefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 extMakefile (limited to 'extMakefile') 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 -- cgit v1.2.3