source: trunk/third/gpdf/Makefile.am @ 21033

Revision 21033, 1.5 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21032, which included commits to RCS files with non-trunk default branches.
Line 
1SUBDIRS = goo lib test-files fofi splash xpdf shell po help
2
3WIN32_EXTRA =
4
5intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
6
7EXTRA_DIST = \
8        ChangeLog README README.GPdf CHANGES            \
9        vms_make.com aconf2.h $(WIN32_EXTRA)            \
10        gpdf.desktop.in gpdf.keys.in gpdf.applications  \
11        gnome-pdf.png $(intltool_extra)                 \
12        $(schema_DATA).in                               \
13        gpdf.spec.in
14
15Applicationsdir = $(datadir)/applications
16Applications_in_files = gpdf.desktop.in
17Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)
18@INTLTOOL_DESKTOP_RULE@
19
20Mimeappsdir = $(datadir)/application-registry
21Mimeapps_DATA = gpdf.applications
22
23Mimedir = $(datadir)/mime-info
24Mime_in_files = gpdf.keys.in
25Mime_DATA = $(Mime_in_files:.keys.in=.keys)
26@INTLTOOL_KEYS_RULE@
27
28appicon_DATA = gnome-pdf.png
29appicondir = $(datadir)/pixmaps
30
31schemadir = $(GCONF_SCHEMA_FILE_DIR)
32schema_DATA = gpdf.schemas
33@INTLTOOL_SCHEMAS_RULE@
34
35if GCONF_SCHEMAS_INSTALL
36install-data-local:
37        for p in $(schema_DATA) ; do \
38                GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/$$p; \
39        done
40else
41install-data-local:
42endif
43
44DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install
45
46ACLOCAL_AMFLAGS = -I $(datadir)/aclocal -I $(datadir)/aclocal/gnome2-macros
47
48CLEANFILES =                    \
49        $(schema_DATA)          \
50        gpdf.desktop            \
51        gpdf.keys
52
53DISTCLEANFILES =                \
54        intltool-extract        \
55        intltool-merge          \
56        intltool-update         \
57        po/.intltool-merge-cache
58
59distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' | grep -v 'omf' | grep -v 'figures'
Note: See TracBrowser for help on using the repository browser.