Navigation Menu

Skip to content

Commit

Permalink
[doc] update also mroonga.github.com fies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 28, 2011
1 parent 8f0661f commit 3fedef2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Makefile.am
Expand Up @@ -55,13 +55,15 @@ update-latest-release:
cd $(top_srcdir) && test -d "misc" || \
svn export --force \
https://cutter.svn.sourceforge.net/svnroot/cutter/cutter/trunk/misc
cd $(top_srcdir) && \
misc/update-latest-release.rb \
$(PACKAGE) $(OLD_RELEASE) $(OLD_RELEASE_DATE) \
$(VERSION) $(NEW_RELEASE_DATE) \
packages/rpm/fedora/mysql-groonga.spec.in \
packages/rpm/centos/mysql-groonga.spec.in \
packages/debian/changelog
cd $(top_srcdir) && \
misc/update-latest-release.rb \
$(PACKAGE) $(OLD_RELEASE) $(OLD_RELEASE_DATE) \
$(VERSION) $(NEW_RELEASE_DATE) \
packages/rpm/fedora/mysql-groonga.spec.in \
packages/rpm/centos/mysql-groonga.spec.in \
packages/debian/changelog \
$(MROONGA_GITHUB_COM_PATH)/index.html \
$(MROONGA_GITHUB_COM_PATH)/ja/index.html

update-po:
@for lang in $(LOCALES); do \
Expand Down

0 comments on commit 3fedef2

Please sign in to comment.