summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/dependencies/parabola
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-06 17:30:29 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-06 17:30:29 (EST)
commit707f9383a8189b0054730134340f20709f56f976 (patch)
treee4d15c0db3f48272f1297d989630a30d1121abdb /resources/scripts/helpers/build/dependencies/parabola
parenta98d00810b592fd5ccdc26445cdf46c66e33ed75 (diff)
downloadlibreboot-707f9383a8189b0054730134340f20709f56f976.zip
libreboot-707f9383a8189b0054730134340f20709f56f976.tar.gz
libreboot-707f9383a8189b0054730134340f20709f56f976.tar.bz2
add pandoc to parabola/trisquel dependencies script
Diffstat (limited to 'resources/scripts/helpers/build/dependencies/parabola')
-rwxr-xr-xresources/scripts/helpers/build/dependencies/parabola5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/dependencies/parabola b/resources/scripts/helpers/build/dependencies/parabola
index 2d3fef8..cc50095 100755
--- a/resources/scripts/helpers/build/dependencies/parabola
+++ b/resources/scripts/helpers/build/dependencies/parabola
@@ -42,6 +42,11 @@ pacman -S --needed wget
printf "Source Code: In order to download the it, git is needed\n"
pacman -S --needed git
+# For building the documentation
+# ------------------------------------------------------------
+
+pacman -S --needed pandoc
+
# For building source code:
# ------------------------------------------------------------