summaryrefslogtreecommitdiff
path: root/homebrew/libuv/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libuv/.make.sh-auto')
-rw-r--r--homebrew/libuv/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/libuv/.make.sh-auto b/homebrew/libuv/.make.sh-auto
new file mode 100644
index 000000000..06e46e82e
--- /dev/null
+++ b/homebrew/libuv/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+cd "docs"
+inreplace "src/sphinx-plugins/manpage.py", "app.info('Initializing manpage plugin')", ""
+make man
+make singlehtml
+man1.install "build/man/libuv.1"
+doc.install Dir["build/singlehtml/*"]