source: trunk/third/xml-i18n-tools/Makefile.am @ 15545

Revision 15545, 726 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15544, which included commits to RCS files with non-trunk default branches.
Line 
1## Process this file with automake to produce Makefile.in
2
3NULL=
4
5aclocal_macros = xml-i18n-tools.m4
6
7CLEANFILES = xml-i18n-toolize xml-i18n-extract xml-i18n-merge xml-i18n-update
8
9# These are required by xml-i18n-toolize.
10pkgdata_SCRIPTS = xml-i18n-extract xml-i18n-merge xml-i18n-update
11pkgdata_DATA = xml-i18n-tools.Makefile.patch
12
13# This macro file should be visible to Automake's aclocal.
14aclocal_DATA = $(aclocal_macros)
15
16# The  xml-i18n-tools distributor.
17bin_SCRIPTS = xml-i18n-toolize xml-i18n-update xml-i18n-extract
18
19EXTRA_DIST = \
20        $(aclocal_macros) \
21        xml-i18n-toolize.in \
22        xml-i18n-extract.in \
23        xml-i18n-merge.in \
24        xml-i18n-update.in \
25        xml-i18n-unicodify \
26        xml-i18n-tools.spec \
27        $(pkgdata_DATA) \
28        $(NULL)
Note: See TracBrowser for help on using the repository browser.