aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-15 11:44:19 +0300
committerCem Keylan <cem@ckyln.com>2020-09-15 11:44:19 +0300
commit7d37aff7d4b7687efaaadf64003f4f4ab7d43097 (patch)
tree48e6a89272bbee8f4c575538da5dabb6e00b1983
parente26470c08067771e85546e1dc2ff7bf1490798dc (diff)
downloadwebsite-7d37aff7d4b7687efaaadf64003f4f4ab7d43097.tar.gz
build: rename DESTDIR to HTMLDIR
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 9e78fa8..9e57afa 100755
--- a/build
+++ b/build
@@ -128,7 +128,7 @@ main() {
# Generate htmldocs
command -v makeinfo && {
git submodule update --init --remote -f
- make -s -C texidocs DESTDIR="$PWD/src/docs" htmldocs
+ make -s -C texidocs HTMLDIR="$PWD/src/docs" htmldocs
}
# Generate pages