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') diff --git a/resources/scripts/helpers/build/docs/html b/resources/scripts/helpers/build/docs/html index e2a8897..897143e 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/" -- cgit v0.9.1