summaryrefslogtreecommitdiffstats
path: root/_build
diff options
context:
space:
mode:
Diffstat (limited to '_build')
-rw-r--r--_build/Makefile2
-rw-r--r--_build/data/projects/cowlib.toml3
2 files changed, 3 insertions, 2 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\"" "+++" "" \
diff --git a/_build/data/projects/cowlib.toml b/_build/data/projects/cowlib.toml
index 9e007bf9..e87a1232 100644
--- a/_build/data/projects/cowlib.toml
+++ b/_build/data/projects/cowlib.toml
@@ -3,6 +3,7 @@ catchphrase = "Support library for the Web."
description = "The Web toolbox for HTTP/1.1, HTTP/2, Websocket, Multipart, Cookies, URL encoding..."
name = "cowlib"
repository = "https://github.com/ninenines/cowlib"
-versions = ["2.0"]
+versions = ["2.7"]
branches = ["master"]
has_source = true
+has_manual = true