-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile.am
More file actions
32 lines (24 loc) · 952 Bytes
/
Makefile.am
File metadata and controls
32 lines (24 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
man_MANS=xfe.1 xfi.1 xfp.1 xfw.1
SUBDIRS = intl po m4 src icons
DIST_SUBDIRS = intl po m4 src icons
rcdir = $(prefix)/share/xfe
rc_DATA = xferc
EXTRA_DIST = autogen.sh iconlinks.sh config.h i18n.h xfe.1 xfi.1 xfp.1 xfw.1 \
ABOUT-NLS TODO BUGS xfe.spec.in xferc.in xfe.spec *.desktop.in.in *.png *.xpm *.svg \
$(top_srcdir)/icons/* $(top_srcdir)/debian
icondir = $(prefix)/share/pixmaps
icon_DATA = xfe.png xfi.png xfp.png xfw.png xfe.xpm xfi.xpm xfp.xpm xfw.xpm
desktopdir = $(prefix)/share/applications
desktop_in_files = xfe.desktop.in xfw.desktop.in xfi.desktop.in xfp.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
dist-hook:
cd po && $(MAKE) update-po
cp po/*.po* $(distdir)/po
rm -rf $(distdir)/po/*~
rm -rf $(distdir)/debian/xfe
install-data-hook:
sh iconlinks.sh $(top_srcdir) $(DESTDIR)$(rcdir)
uninstall-hook:
rm -rf $(DESTDIR)$(rcdir)
ACLOCAL_AMFLAGS = -I m4