From 4458330956253d229e14d8e0ccf5d958414cb93d Mon Sep 17 00:00:00 2001 From: Paul Koenig Date: Tue, 31 May 2016 02:27:01 -0400 Subject: docs: revert absolute paths for image references to relative paths --- (limited to 'resources/scripts/helpers/build/docs/html-by-section') 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/" -- cgit v0.9.1