diff options
Diffstat (limited to 'resources/scripts/helpers/build/docs/html-by-section')
-rwxr-xr-x | resources/scripts/helpers/build/docs/html-by-section | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/docs/html-by-section b/resources/scripts/helpers/build/docs/html-by-section index c5795c1c..262d7fbe 100755 --- a/resources/scripts/helpers/build/docs/html-by-section +++ b/resources/scripts/helpers/build/docs/html-by-section @@ -6,7 +6,7 @@ # not display images correctly # -echo "@set librebootbase `pwd`" > docs/constants.texi +echo "@set docsdir ../../" > docs/constants.texi basefile=`basename "$0"` basedir="docs/manual/" |