source: trunk/third/gnome-desktop/Makefile.am @ 21376

Revision 21376, 698 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21375, which included commits to RCS files with non-trunk default branches.
Line 
1SUBDIRS =                       \
2        po                      \
3        libgnome-desktop        \
4        gnome-about             \
5        desktop-links           \
6        pixmaps                 \
7        desktop-docs            \
8        man
9
10EXTRA_DIST =                    \
11        gnome-version.xml.in.in \
12        gnome-version.xml       \
13        gnome-desktop.spec.in   \
14        gnome-desktop.spec      \
15        COPYING-DOCS            \
16        HACKING                 \
17        xmldocs.make            \
18        intltool-extract.in     \
19        intltool-merge.in       \
20        intltool-update.in
21
22versiondir=$(datadir)/gnome-about
23version_DATA=gnome-version.xml
24@INTLTOOL_XML_RULE@
25
26# ignore scrollkeeper files, which will legitimately exist after uninstall.
27distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v omf
28
29CLEANFILES = $(version_DATA)
30DISTCLEANFILES = \
31  intltool-extract \
32  intltool-merge \
33  intltool-update
Note: See TracBrowser for help on using the repository browser.