summaryrefslogtreecommitdiffstats
path: root/_build
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-23 20:15:06 +0200
committerLoïc Hoguin <[email protected]>2017-07-23 20:15:06 +0200
commitd08cffb4f3131b292de0a83a575467d72e2684be (patch)
treec753a96da47929392a944716256f55573dbc8a8a /_build
parent1bb95a639cc90500014c4783db4416c2898e5166 (diff)
downloadninenines.eu-d08cffb4f3131b292de0a83a575467d72e2684be.tar.gz
ninenines.eu-d08cffb4f3131b292de0a83a575467d72e2684be.tar.bz2
ninenines.eu-d08cffb4f3131b292de0a83a575467d72e2684be.zip
Fix a bug in guides
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 6eb90336..7ed5920e 100644
--- a/_build/Makefile
+++ b/_build/Makefile
@@ -37,7 +37,7 @@ docs-$1-$2: tmp/$1
printf "%s\n" "project = \"$1\"" "version = \"$3\"" "doctype = \"guide\"" \
>> content/docs/en/$1/$3/guide.asciidoc; \
echo "+++" >> content/docs/en/$1/$3/guide.asciidoc; \
- sed -E 's/include::([a-z_]*)\.asciidoc(.*)/* link:\1\/\2/' tmp/$1/doc/src/guide/book.asciidoc \
+ sed -E 's/include::([a-z0-9_.]*)\.asciidoc(.*)/* link:\1\/\2/' tmp/$1/doc/src/guide/book.asciidoc \
| sed -n '/^= /,$$$$p' \
| sed -n '/^$$$$/,$$$$p' \
| sed 's/^= /== /' >> content/docs/en/$1/$3/guide.asciidoc; \