diff options
Diffstat (limited to 'resources/scripts/helpers/build/docs/html')
-rwxr-xr-x | resources/scripts/helpers/build/docs/html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/docs/html b/resources/scripts/helpers/build/docs/html index e2a88978..897143ea 100755 --- a/resources/scripts/helpers/build/docs/html +++ b/resources/scripts/helpers/build/docs/html @@ -8,7 +8,7 @@ # './build docs html' is short for ./build docs html-by-node # name the output accordingly for clarity -echo "@set librebootbase `pwd`" > docs/constants.texi +echo "@set docsdir ../../" > docs/constants.texi basefile="`basename "$0"`-by-node" basedir="docs/manual/" |