summaryrefslogtreecommitdiffstats
path: root/_build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '_build/Makefile')
-rw-r--r--_build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_build/Makefile b/_build/Makefile
index 37fa58a0..d307924e 100644
--- a/_build/Makefile
+++ b/_build/Makefile
@@ -68,7 +68,7 @@ docs-$1-$2: tmp/$1
mkdir -p static/docs/en/$1/$3/guide/; \
cp tmp/$1/doc/src/guide/* static/docs/en/$1/$3/guide/; \
fi
- if [ -f tmp/$1/doc/src/manual/$1.asciidoc ]; then \
+ if [ -f tmp/$1/doc/src/manual/$1_app.asciidoc ]; then \
mkdir -p content/docs/en/$1/$3/manual/; \
printf "%s\n" "+++" "title = \"`sed 's/\(.\)/\U\1/' <<< $1` Function Reference\"" \
"project = \"$1\"" "version = \"$3\"" "doctype = \"manual\"" "+++" "" \