1 ## Process this file with automake to produce Makefile.in
12 if test -d $(srcdir)/pixmaps; then \
13 $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
14 for pixmap in $(srcdir)/pixmaps/*; do \
15 if test -f $$pixmap; then \
16 $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
22 if test -d pixmaps; then \
23 mkdir $(distdir)/pixmaps; \
24 for pixmap in pixmaps/*; do \
25 if test -f $$pixmap; then \
26 cp -p $$pixmap $(distdir)/pixmaps; \