summaryrefslogtreecommitdiffstats
path: root/storage/mroonga/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/tools/Makefile.am')
-rw-r--r--storage/mroonga/tools/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/mroonga/tools/Makefile.am b/storage/mroonga/tools/Makefile.am
new file mode 100644
index 00000000..b65b9300
--- /dev/null
+++ b/storage/mroonga/tools/Makefile.am
@@ -0,0 +1,6 @@
+noinstall_ruby_scripts = \
+ prepare-sphinx-html.rb \
+ upload-to-github.rb
+
+EXTRA_DIST = \
+ $(noinstall_ruby_scripts)