summaryrefslogtreecommitdiffstats
path: root/_build/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-04 15:25:24 +0200
committerLoïc Hoguin <[email protected]>2019-10-04 15:27:33 +0200
commit490056310be890ced37e6fb2899e573bb388db89 (patch)
tree814d5eb55f92e9942269a05e4c9598e19a256530 /_build/Makefile
parent9c173da6bd647a101bacf38aea488f5e2b304c62 (diff)
downloadninenines.eu-490056310be890ced37e6fb2899e573bb388db89.tar.gz
ninenines.eu-490056310be890ced37e6fb2899e573bb388db89.tar.bz2
ninenines.eu-490056310be890ced37e6fb2899e573bb388db89.zip
Add cow_cookie manual
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\"" "+++" "" \