X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-contrib.git;a=blobdiff_plain;f=Makefile.am;h=38a5e835a4758d4c772e8438245db184c5a80a13;hp=fe114f09173af1cb20bcad9ec6753a957fad8dcb;hb=9ab546e6ee6809d822ba7bb078a7c3856cd291c5;hpb=9135105177a7fc1e253b56dae89f5092d8413e0c diff --git a/Makefile.am b/Makefile.am index fe114f0..38a5e83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,14 +16,21 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. -# You should have received a copy of the GNU General Public License -# along with GNU Emacs; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# You should have received a copy of the GNU Lesser General Public +# License along with the m17n library; if not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. m17ndir = @M17NDIR@ m17n_icondir = ${m17ndir}/icons m17n_DATA = @INPUT_METHOD@ m17n_icon_DATA= @ICONS@ +m17n_scriptdir = ${m17ndir}/scripts +m17n_script_SCRIPTS = tbl2mim.awk -EXTRA_DIST = ${m17n_DATA} ${m17n_icon_DATA} +EXTRA_DIST = config.rpath m4/ChangeLog ${m17n_DATA} ${m17n_icon_DATA} \ + ${m17n_script_SCRIPTS} + +SUBDIRS = po + +ACLOCAL_AMFLAGS = -I m4