X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-contrib.git;a=blobdiff_plain;f=Makefile.am;h=38a5e835a4758d4c772e8438245db184c5a80a13;hp=819d1e7b800615e7159efbde6395d8e82e562e98;hb=9ab546e6ee6809d822ba7bb078a7c3856cd291c5;hpb=61b29d9c5cfeb9bc671014bba90ce826c8501cbd diff --git a/Makefile.am b/Makefile.am index 819d1e7..38a5e83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,16 +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 -bin_SCRIPTS = tbl2mim.awk +EXTRA_DIST = config.rpath m4/ChangeLog ${m17n_DATA} ${m17n_icon_DATA} \ + ${m17n_script_SCRIPTS} -EXTRA_DIST = ${m17n_DATA} ${m17n_icon_DATA} +SUBDIRS = po + +ACLOCAL_AMFLAGS = -I m4