diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-11-07 01:38:32 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-07 01:38:32 (EST) |
commit | ba94316ec0c365248a145d3d98ba0cc4369776cb (patch) | |
tree | 9173202a948eb7ae1c89bb1d635329ecff8346ad /resources/scripts/helpers/build | |
parent | 67190214aa92c7bd6bfaa4dedfaf074acb3e5c69 (diff) | |
download | libreboot-ba94316ec0c365248a145d3d98ba0cc4369776cb.zip libreboot-ba94316ec0c365248a145d3d98ba0cc4369776cb.tar.gz libreboot-ba94316ec0c365248a145d3d98ba0cc4369776cb.tar.bz2 |
build/dependencies/*: install texi2html
Diffstat (limited to 'resources/scripts/helpers/build')
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/parabola | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/trisquel7 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/dependencies/parabola b/resources/scripts/helpers/build/dependencies/parabola index cc50095..6a14e10 100755 --- a/resources/scripts/helpers/build/dependencies/parabola +++ b/resources/scripts/helpers/build/dependencies/parabola @@ -45,7 +45,7 @@ pacman -S --needed git # For building the documentation # ------------------------------------------------------------ -pacman -S --needed pandoc +pacman -S --needed pandoc texi2html # For building source code: # ------------------------------------------------------------ diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7 index d2de073..5099826 100755 --- a/resources/scripts/helpers/build/dependencies/trisquel7 +++ b/resources/scripts/helpers/build/dependencies/trisquel7 @@ -41,7 +41,7 @@ apt-get -y install git # For building the documentation # ------------------------------------------------------------ -apt-get -y pandoc +apt-get -y pandoc texi2html # For building source code: # ------------------------------------------------------------ |