Revision 18703,
837 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18702,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | SUBDIRS = po idl src bonobo pixmaps help omf-install |
---|
2 | |
---|
3 | DESKTOP_IN_FILES=ggv.desktop.in |
---|
4 | DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop) |
---|
5 | |
---|
6 | schemasdir = $(sysconfdir)/gconf/schemas |
---|
7 | schemas_DATA = ggv.schemas |
---|
8 | |
---|
9 | EXTRA_DIST = \ |
---|
10 | $(DESKTOP_FILES) \ |
---|
11 | $(DESKTOP_IN_FILES) \ |
---|
12 | ggv.spec.in \ |
---|
13 | ggv.spec \ |
---|
14 | ggv.schemas \ |
---|
15 | xmldocs.make \ |
---|
16 | intltool-extract.in \ |
---|
17 | intltool-update.in \ |
---|
18 | intltool-merge.in \ |
---|
19 | COPYING-DOCS \ |
---|
20 | TODO \ |
---|
21 | MAINTAINERS |
---|
22 | |
---|
23 | Graphicsdir = $(datadir)/applications |
---|
24 | Graphics_DATA = $(DESKTOP_FILES) |
---|
25 | |
---|
26 | @INTLTOOL_DESKTOP_RULE@ |
---|
27 | |
---|
28 | install-schemas: |
---|
29 | GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --shutdown |
---|
30 | GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_srcdir)/ggv.schemas |
---|
31 | |
---|
32 | if INSTALL_SCHEMAS |
---|
33 | install-data-local: install-schemas |
---|
34 | endif |
---|
35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.