summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/docs/html-by-section
diff options
context:
space:
mode:
authorPaul Koenig <paukoen@gmail.com>2016-05-31 02:27:01 (EDT)
committer Leah Woods <info@minifree.org>2016-05-31 22:55:45 (EDT)
commit4458330956253d229e14d8e0ccf5d958414cb93d (patch)
tree75a52f24beb9726415dd34bac0f0bda3e100581e /resources/scripts/helpers/build/docs/html-by-section
parentd0f4e1ce8c50cdb5303fbd0e4d2e9a7227c3780c (diff)
downloadlibreboot-4458330956253d229e14d8e0ccf5d958414cb93d.zip
libreboot-4458330956253d229e14d8e0ccf5d958414cb93d.tar.gz
libreboot-4458330956253d229e14d8e0ccf5d958414cb93d.tar.bz2
docs: revert absolute paths for image references to relative paths
Diffstat (limited to 'resources/scripts/helpers/build/docs/html-by-section')
-rwxr-xr-xresources/scripts/helpers/build/docs/html-by-section2
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 c5795c1..262d7fb 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/"