diff options
Diffstat (limited to 'build')
-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 |