summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/dependencies/trisquel7
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/dependencies/trisquel7')
-rwxr-xr-xresources/scripts/helpers/build/dependencies/trisquel75
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7
index 4a963a3..d2de073 100755
--- a/resources/scripts/helpers/build/dependencies/trisquel7
+++ b/resources/scripts/helpers/build/dependencies/trisquel7
@@ -38,6 +38,11 @@ apt-get -y install wget
apt-get -y install git
+# For building the documentation
+# ------------------------------------------------------------
+
+apt-get -y pandoc
+
# For building source code:
# ------------------------------------------------------------