Search
lxdream.org :: lxdream :: r803:e12b7daf0135
lxdream 0.9.1
released Jun 29
Download Now
changeset803:e12b7daf0135
parent802:d894188b503d
child804:567a684e1e7a
authornkeynes
dateThu Aug 07 23:36:22 2008 +0000 (15 years ago)
Only install the .png pixmaps in a make install (.icns are OS X bundle only)
Makefile.am
Makefile.in
1.1 --- a/Makefile.am Thu Aug 07 23:35:03 2008 +0000
1.2 +++ b/Makefile.am Thu Aug 07 23:36:22 2008 +0000
1.3 @@ -21,7 +21,7 @@
1.4 @$(NORMAL_INSTALL)
1.5 if test -d $(srcdir)/pixmaps; then \
1.6 $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
1.7 - for pixmap in $(srcdir)/pixmaps/*; do \
1.8 + for pixmap in $(srcdir)/pixmaps/*.png; do \
1.9 if test -f $$pixmap; then \
1.10 $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
1.11 fi \
2.1 --- a/Makefile.in Thu Aug 07 23:35:03 2008 +0000
2.2 +++ b/Makefile.in Thu Aug 07 23:36:22 2008 +0000
2.3 @@ -766,7 +766,7 @@
2.4 @$(NORMAL_INSTALL)
2.5 if test -d $(srcdir)/pixmaps; then \
2.6 $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
2.7 - for pixmap in $(srcdir)/pixmaps/*; do \
2.8 + for pixmap in $(srcdir)/pixmaps/*.png; do \
2.9 if test -f $$pixmap; then \
2.10 $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
2.11 fi \
.