source: trunk/third/gnome-mime-data/Makefile.am @ 21388

Revision 21388, 764 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21387, which included commits to RCS files with non-trunk default branches.
Line 
1SUBDIRS = man po
2
3pkgconfigdir = $(libdir)/pkgconfig
4pkgconfig_DATA = gnome-mime-data-2.0.pc
5
6NULL=
7
8keys_in_files = gnome-vfs.keys.in
9keys_files = $(keys_in_files:.keys.in=.keys)
10@INTLTOOL_KEYS_RULE@
11
12mimedir = $(datadir)/mime-info
13mime_DATA = $(keys_files) gnome-vfs.mime
14
15applicationsdir = $(datadir)/application-registry
16applications_DATA = gnome-vfs.applications
17
18sysconf_DATA = gnome-vfs-mime-magic
19
20EXTRA_DIST =                                    \
21        autogen.sh                              \
22        check-mime.pl                           \
23        gnome-mime-data.spec                    \
24        gnome-mime-data-2.0.pc.in               \
25        intltool-extract.in                     \
26        intltool-merge.in                       \
27        intltool-update.in                      \
28        $(keys_in_files) $(mime_DATA) $(sysconf_DATA) $(applications_DATA)
29
30CLEANFILES = $(keys_files)
31
32DISTCLEANFILES = \
33  intltool-extract \
34  intltool-merge \
35  intltool-update
Note: See TracBrowser for help on using the repository browser.