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/plaintext | |
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/plaintext')
-rwxr-xr-x | resources/scripts/helpers/build/docs/plaintext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/docs/plaintext b/resources/scripts/helpers/build/docs/plaintext index 4f15ff70..a8eef6c5 100755 --- a/resources/scripts/helpers/build/docs/plaintext +++ b/resources/scripts/helpers/build/docs/plaintext @@ -3,7 +3,7 @@ # Libreboot documentation build script: plaintext # -echo "@set librebootbase `pwd`" > docs/constants.texi +echo "@set docsdir ../" > docs/constants.texi basedir="docs/manual/" outfile="${basedir}libreboot.txt" |