From 707f9383a8189b0054730134340f20709f56f976 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 6 Nov 2015 22:30:29 +0000 Subject: add pandoc to parabola/trisquel dependencies script --- resources/scripts/helpers/build/dependencies/parabola | 5 +++++ resources/scripts/helpers/build/dependencies/trisquel7 | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'resources/scripts') diff --git a/resources/scripts/helpers/build/dependencies/parabola b/resources/scripts/helpers/build/dependencies/parabola index 2d3fef86..cc50095e 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: # ------------------------------------------------------------ diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7 index 4a963a3b..d2de073c 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: # ------------------------------------------------------------ -- cgit v1.2.3-70-g09d2