pkg://xfe-1.04.tar.gz:1663117/
xfe-1.04/Makefile.am
downloads
man_MANS=xfe.1 xfv.1 xfi.1 xfp.1 xfw.1
SUBDIRS = intl intl po m4 src icons
DIST_SUBDIRS = intl intl po m4 src icons
rcdir = $(prefix)/share/xfe
rc_DATA = xferc
EXTRA_DIST = m4/ChangeLog autogen.sh makesfx.sh sfx.sh header.sh config.h i18n.h xfe.1 xfv.1 xfi.1 xfp.1 xfw.1 \
ABOUT-NLS TODO BUGS xfe.spec.in xferc.in *.png *.svg \
$(top_srcdir)/icons/* $(top_srcdir)/debian/*
icondir = $(prefix)/share/pixmaps
icon_DATA = xfe.png xfv.png xfi.png xfp.png xfw.png
dist-hook: xfe.spec xferc iconslink.sh
cp xfe.spec $(distdir)
cp xferc $(distdir)
cp iconslink.sh $(distdir)
install-data-hook:
sh iconslink.sh $(top_srcdir) $(DESTDIR)$(rcdir)
uninstall-hook:
rm -rf $(DESTDIR)$(rcdir)
ACLOCAL_AMFLAGS = -I m4