diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-15 11:44:19 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-15 11:44:19 +0300 |
commit | 7d37aff7d4b7687efaaadf64003f4f4ab7d43097 (patch) | |
tree | 48e6a89272bbee8f4c575538da5dabb6e00b1983 | |
parent | e26470c08067771e85546e1dc2ff7bf1490798dc (diff) | |
download | website-7d37aff7d4b7687efaaadf64003f4f4ab7d43097.tar.gz |
build: rename DESTDIR to HTMLDIR
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |