From: Francesco M. <fr...@us...> - 2006-12-24 11:00:28
|
Update of /cvsroot/wxlua/wxLua In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3034 Modified Files: Makefile.in Log Message: updated icons with updated logo; updated build system to also uninstall the installed desktop,icons,etc Index: Makefile.in =================================================================== RCS file: /cvsroot/wxlua/wxLua/Makefile.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile.in 17 Dec 2006 10:47:41 -0000 1.20 --- Makefile.in 24 Dec 2006 11:00:20 -0000 1.21 *************** *** 38,41 **** --- 38,46 ---- uninstall: uninstall_modules $(__uninstall_apps___depname) + rm -f $(DESTDIR)$(libdir)/pkgconfig/wxlua.pc + rm -rf $(DESTDIR)$(datadir)/wxlua + rm -f $(DESTDIR)$(datadir)/applications/wxlua.desktop + rm -f $(DESTDIR)$(datadir)/mime/packages/wxlua.xml + rm -f $(DESTDIR)$(datadir)/pixmaps/wxlualogo.xpm install-strip: install install-strip_modules $(__install_strip_apps___depname) *************** *** 122,126 **** icon: @mkdir -p $(DESTDIR)$(datadir)/pixmaps ! @for f in art/wxlua.xpm; do \ if test ! -f $(DESTDIR)$(datadir)/pixmaps/$$f -a ! -d $(DESTDIR)$(datadir)/pixmaps/$$f ; \ then x=yep ; \ --- 127,131 ---- icon: @mkdir -p $(DESTDIR)$(datadir)/pixmaps ! @for f in art/wxlualogo.xpm; do \ if test ! -f $(DESTDIR)$(datadir)/pixmaps/$$f -a ! -d $(DESTDIR)$(datadir)/pixmaps/$$f ; \ then x=yep ; \ |