summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-06-30 07:57:04 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-06-30 07:57:04 +0800
commit8bcbfaeb665b5a9c1edf5fd6545bccca7e4aae63 (patch)
treefd33a31a9f39a0c84a925cdb8f739c1b3fbf4c43 /Makefile.am
parentf6303d37775aff4c1087bea9da91345a5c849afd (diff)
downloadibus-anthy-8bcbfaeb665b5a9c1edf5fd6545bccca7e4aae63.tar.gz
Import ibus-anthy projiect.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 647e6a2..1b0538a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# vim:set noet ts=4:
#
-# ibus-tmpl - The Input Bus template project
+# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
#
@@ -29,7 +29,7 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
autogen.sh \
- ibus-tmpl.spec.in \
+ ibus-anthy.spec.in \
$(NULL)
noinst_DIST = \
@@ -40,7 +40,7 @@ DISTCLEANFILES = \
po/stamp-it \
$(NULL)
-rpm: dist ibus-tmpl.spec
+rpm: dist ibus-anthy.spec
rpmbuild -bb \
--define "_sourcedir `pwd`" \
--define "_builddir `pwd`" \