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 | |
---|
1 | SUBDIRS = goo lib test-files fofi splash xpdf shell po help |
---|
2 | |
---|
3 | WIN32_EXTRA = |
---|
4 | |
---|
5 | intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in |
---|
6 | |
---|
7 | EXTRA_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 | |
---|
15 | Applicationsdir = $(datadir)/applications |
---|
16 | Applications_in_files = gpdf.desktop.in |
---|
17 | Applications_DATA = $(Applications_in_files:.desktop.in=.desktop) |
---|
18 | @INTLTOOL_DESKTOP_RULE@ |
---|
19 | |
---|
20 | Mimeappsdir = $(datadir)/application-registry |
---|
21 | Mimeapps_DATA = gpdf.applications |
---|
22 | |
---|
23 | Mimedir = $(datadir)/mime-info |
---|
24 | Mime_in_files = gpdf.keys.in |
---|
25 | Mime_DATA = $(Mime_in_files:.keys.in=.keys) |
---|
26 | @INTLTOOL_KEYS_RULE@ |
---|
27 | |
---|
28 | appicon_DATA = gnome-pdf.png |
---|
29 | appicondir = $(datadir)/pixmaps |
---|
30 | |
---|
31 | schemadir = $(GCONF_SCHEMA_FILE_DIR) |
---|
32 | schema_DATA = gpdf.schemas |
---|
33 | @INTLTOOL_SCHEMAS_RULE@ |
---|
34 | |
---|
35 | if GCONF_SCHEMAS_INSTALL |
---|
36 | install-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 |
---|
40 | else |
---|
41 | install-data-local: |
---|
42 | endif |
---|
43 | |
---|
44 | DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install |
---|
45 | |
---|
46 | ACLOCAL_AMFLAGS = -I $(datadir)/aclocal -I $(datadir)/aclocal/gnome2-macros |
---|
47 | |
---|
48 | CLEANFILES = \ |
---|
49 | $(schema_DATA) \ |
---|
50 | gpdf.desktop \ |
---|
51 | gpdf.keys |
---|
52 | |
---|
53 | DISTCLEANFILES = \ |
---|
54 | intltool-extract \ |
---|
55 | intltool-merge \ |
---|
56 | intltool-update \ |
---|
57 | po/.intltool-merge-cache |
---|
58 | |
---|
59 | distuninstallcheck_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.