aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-14 21:03:40 +0300
committerCem Keylan <cem@ckyln.com>2020-09-14 21:03:40 +0300
commit46e2ae127bf1b20967897e0f57ca825cb6d7373e (patch)
treec6730f9355bae0b5d7d95a727d08fcf0cca72977
parentde9d0141b444c4096163ff3ccc35a038fb79e1df (diff)
downloaddocs-46e2ae127bf1b20967897e0f57ca825cb6d7373e.tar.gz
Makefile: rename DESTDIR to HTMLDIR
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5967622..2b88fc7 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ SHAREDIR = ${PREFIX}/share
INFODIR = ${SHAREDIR}/info
DOCDIR = ${SHAREDIR}/doc
TARBALL = carbs-docs-`date +%Y%m%d`
-DESTDIR = ./carbslinux
+HTMLDIR = ./carbslinux
TEXI = contribution.texi cpt.texi init.texi install.texi top.texi
OBJ = carbslinux.info carbslinux.txt
@@ -28,9 +28,9 @@ dist: ${OBJ}
rm -rf ${TARBALL}.tar ${TARBALL}
htmldocs: ${OBJ}
- rm -f -- ${DESTDIR}/*
- makeinfo --html -o ${DESTDIR} top.texi
- makeinfo --plaintext -o ${DESTDIR}/install.txt install.texi
+ rm -f -- ${HTMLDIR}/*
+ makeinfo --html -o ${HTMLDIR} top.texi
+ makeinfo --plaintext -o ${HTMLDIR}/install.txt install.texi
install: carbslinux.info carbslinux.txt
install -Dm644 carbslinux.info ${DESTDIR}${INFODIR}/carbslinux.info