mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 13:54:49 -06:00
build: Update to marsh 0.2.8.
Requires Discount Markdown 2.2.2, which fixes issues with spaces in paths.
This commit is contained in:
parent
b8444b5b31
commit
377da8109a
6
marsh
6
marsh
@ -1,12 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# marsh - build static websites using markdown and bash
|
# marsh - build static websites using markdown and bash
|
||||||
#
|
#
|
||||||
# Copyright 2016 Bradley Sepos
|
# Copyright 2017 Bradley Sepos
|
||||||
# Released under the MIT License. See LICENSE for details.
|
# Released under the MIT License. See LICENSE for details.
|
||||||
# https://github.com/bradleysepos/marsh
|
# https://github.com/bradleysepos/marsh
|
||||||
|
|
||||||
NAME="marsh"
|
NAME="marsh"
|
||||||
VERSION="0.2.7"
|
VERSION="0.2.8"
|
||||||
SELF="${BASH_SOURCE[0]}"
|
SELF="${BASH_SOURCE[0]}"
|
||||||
SELF_DIR=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd -P)
|
SELF_DIR=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd -P)
|
||||||
SELF_DIR="${SELF_DIR:-$(pwd)}"
|
SELF_DIR="${SELF_DIR:-$(pwd)}"
|
||||||
@ -2039,7 +2039,7 @@ if [[ "${MARKDOWN}" != "" ]] && [[ "${MARKDOWN#\/}" == "${MARKDOWN}" ]]; then
|
|||||||
MARKDOWN="${SELF_DIR}/${MARKDOWN}"
|
MARKDOWN="${SELF_DIR}/${MARKDOWN}"
|
||||||
fi
|
fi
|
||||||
MARKDOWN="${MARKDOWN:-markdown}"
|
MARKDOWN="${MARKDOWN:-markdown}"
|
||||||
MARKDOWN_VERSION_REQ="2.2.1"
|
MARKDOWN_VERSION_REQ="2.2.2"
|
||||||
DEPS_MISSING=()
|
DEPS_MISSING=()
|
||||||
dependency_exists "${MD5}" || DEPS_MISSING+=("${MD5}")
|
dependency_exists "${MD5}" || DEPS_MISSING+=("${MD5}")
|
||||||
if dependency_exists "${GIT}"; then
|
if dependency_exists "${GIT}"; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user