summaryrefslogtreecommitdiffstats
path: root/_build
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-07-18 12:04:17 +0200
committerLoïc Hoguin <[email protected]>2019-07-18 12:04:17 +0200
commitf6830fecd00bc9041057ddeec7453b640863d8f5 (patch)
tree6de3c2d1fe897986f11f4c3bb7ea3834fc2b578c /_build
parent136d443b5c38bee96f5d995dfea3629ef07564c3 (diff)
downloadninenines.eu-f6830fecd00bc9041057ddeec7453b640863d8f5.tar.gz
ninenines.eu-f6830fecd00bc9041057ddeec7453b640863d8f5.tar.bz2
ninenines.eu-f6830fecd00bc9041057ddeec7453b640863d8f5.zip
Fix the Ranch 2.0 manual landing page
Diffstat (limited to '_build')
-rw-r--r--_build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_build/Makefile b/_build/Makefile
index b528ef27..37fa58a0 100644
--- a/_build/Makefile
+++ b/_build/Makefile
@@ -73,7 +73,7 @@ docs-$1-$2: tmp/$1
printf "%s\n" "+++" "title = \"`sed 's/\(.\)/\U\1/' <<< $1` Function Reference\"" \
"project = \"$1\"" "version = \"$3\"" "doctype = \"manual\"" "+++" "" \
> content/docs/en/$1/$3/manual.asciidoc; \
- if [ "$1" = "cowboy" -o "$1" = "gun" ] || [ "$1" = "ranch" -a "$3" = "1.6" ] || [ "$1" = "ranch" -a "$3" = "1.7" ]; then \
+ if [ "$1" = "cowboy" -o "$1" = "gun" ] || [ "$1" = "ranch" -a "$3" = "1.6" ] || [ "$1" = "ranch" -a "$3" = "1.7" ] || [ "$1" = "ranch" -a "$3" = "2.0" ]; then \
sed '1,/^$$$$/d' tmp/$1/doc/src/manual/$1_app.asciidoc | sed 's/xref:/link:..\//' \
| sed 's/link:man:\([a-z0-9_]*\)(7)/link:\1_app/g' \
| sed 's/\(link:man:[a-z0-9_]*\):/\1./g' \