From 2e8780c306078e47f24ae01bd2514198274830eb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 10 May 2019 02:54:10 +0000 Subject: doc: include Yahns/ directory on website Otherwise, https://yhbt.net/yahns/Yahns/ProxyPass.html won't be accessible --- Rakefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Rakefile b/Rakefile index 65862f2..769356e 100644 --- a/Rakefile +++ b/Rakefile @@ -59,6 +59,11 @@ task rsync_docs: gendocs do examples.concat(gzex) sh("rsync --chmod=Fugo=r -av #{examples.join(' ')} #{dest}/examples/") + + rdoc = apidoc.keys.grep(%r{\Adoc/Yahns/}) + gzex = rdoc.map { |txt| do_gzip.call(txt) } + examples.concat(gzex) + sh("rsync --chmod=Fugo=r -av #{rdoc.join(' ')} #{dest}/Yahns/") end def tags -- cgit v1.2.3-24-ge0c7