null+****@clear*****
null+****@clear*****
2010年 8月 20日 (金) 16:58:44 JST
Kouhei Sutou 2010-08-20 07:58:44 +0000 (Fri, 20 Aug 2010)
New Revision: 4656cfcad45bfe33458e37c163c783ca83d0c7cb
Log:
install groonga(1).
Modified files:
.gitignore
doc/ja/build/Makefile.am
Modified: .gitignore (+1 -2)
===================================================================
--- .gitignore 2010-08-20 07:52:17 +0000 (58de8b2)
+++ .gitignore 2010-08-20 07:58:44 +0000 (6747ea6)
@@ -40,8 +40,7 @@ version.sh
/doc/ja/build/doctrees/
/doc/ja/build/html/
/doc/ja/build/rdoc/
-/doc/ja/modindex.html
-/doc/ja/objects.inv
+/doc/ja/build/man/
/lib/icudump
/coverage
/coverage.info
Modified: doc/ja/build/Makefile.am (+7 -2)
===================================================================
--- doc/ja/build/Makefile.am 2010-08-20 07:52:17 +0000 (0ee4d52)
+++ doc/ja/build/Makefile.am 2010-08-20 07:58:44 +0000 (4d4a8b8)
@@ -2,11 +2,13 @@ docdir = $(pkgdatadir)/doc
doc_jadir = $(docdir)/ja
html/_static/basic.css:
- $(MAKE) -C $(srcdir)/.. html
+ $(MAKE) -C .. html
+
+man/groonga.1:
+ $(MAKE) -C .. man
# find html -name '_sources' -prune -type f -o -type f -a -not -name '.buildinfo' | sort | sed -e 's,^,\t,g'
nobase_dist_doc_ja_DATA = \
- html/_static/basic.css \
html/_static/default.css \
html/_static/doctools.js \
html/_static/file.png \
@@ -80,3 +82,6 @@ nobase_dist_doc_ja_DATA = \
html/tutorial/tutorial09.html \
html/tutorial/tutorial10.html \
html/type.html
+
+dist_man1_MANS = \
+ man/groonga.1