diff options
author | Paul Koenig <paukoen@gmail.com> | 2016-05-31 02:27:01 -0400 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-06-01 03:55:45 +0100 |
commit | 4458330956253d229e14d8e0ccf5d958414cb93d (patch) | |
tree | 75a52f24beb9726415dd34bac0f0bda3e100581e /resources/scripts/helpers/build/docs/html | |
parent | d0f4e1ce8c50cdb5303fbd0e4d2e9a7227c3780c (diff) | |
download | librebootfr-4458330956253d229e14d8e0ccf5d958414cb93d.tar.gz librebootfr-4458330956253d229e14d8e0ccf5d958414cb93d.zip |
docs: revert absolute paths for image references to relative paths
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/" |