From: <dom...@us...> - 2013-05-26 20:33:33
|
Revision: 487 http://sourceforge.net/p/fvwm-crystal/code/487 Author: dominique_libre Date: 2013-05-26 20:33:31 +0000 (Sun, 26 May 2013) Log Message: ----------- Makefile: fixed uninstallation of fvwm-crystal.1 Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-26 20:25:37 UTC (rev 486) +++ ChangeLog 2013-05-26 20:33:31 UTC (rev 487) @@ -8,7 +8,8 @@ functions/Developer-Menu: added fvwm-crystal man page updated NEWS locales/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.*: added strings for DesktopIcons - Makefile: fixed shared installation in make dist-minimal + Makefile: fixed shared installation in make dist-minimal; fixed uninstallation + of fvwm-crystal.1 Samedi 24 Mai 2013 Dominique Michel - apps/Thunar; Modified: Makefile =================================================================== --- Makefile 2013-05-26 20:25:37 UTC (rev 486) +++ Makefile 2013-05-26 20:33:31 UTC (rev 487) @@ -26,7 +26,7 @@ @echo "Uninstalling previously installed fvwm-crystal" rm -rf $(DESTDIR)$(prefix)/share/fvwm-crystal rm -f $(DESTDIR)$(prefix)/bin/fvwm-crystal.wallpaper $(DESTDIR)$(prefix)/bin/fvwm-crystal.apps $(DESTDIR)$(prefix)/bin/fvwm-crystal $(DESTDIR)$(prefix)/bin/fvwm-crystal.generate-menu $(DESTDIR)$(prefix)/bin/fvwm-crystal.infoline $(DESTDIR)$(prefix)/bin/fvwm-crystal.mplayer-wrapper $(DESTDIR)$(prefix)/bin/fvwm-crystal.play-movies $(DESTDIR)$(prefix)/bin/fvwm-crystal.videomodeswitch+ $(DESTDIR)$(prefix)/bin/fvwm-crystal.videomodeswitch- - rm -f $(DESTDIR)$(prefix)/share/man/man1/ApplicationDatabase.1 $(DESTDIR)$(prefix)/share/man/man1/CrystalRoxHOWTO.1 $(DESTDIR)$(prefix)/share/man/man1/FVWMCrystalFAQ.1 $(DESTDIR)$(prefix)/share/man/man1/KeyboardBindings.1 $(DESTDIR)$(prefix)/share/man/man1/MouseBindings.1 $(DESTDIR)$(prefix)/share/man/man1/Tips.1 + rm -f $(DESTDIR)$(prefix)/share/man/man1/fvwm-crystal $(DESTDIR)$(prefix)/share/man/man1/ApplicationDatabase.1 $(DESTDIR)$(prefix)/share/man/man1/CrystalRoxHOWTO.1 $(DESTDIR)$(prefix)/share/man/man1/FVWMCrystalFAQ.1 $(DESTDIR)$(prefix)/share/man/man1/KeyboardBindings.1 $(DESTDIR)$(prefix)/share/man/man1/MouseBindings.1 $(DESTDIR)$(prefix)/share/man/man1/Tips.1 rm -f $(DESTDIR)$(prefix)/share/xsessions/fvwm-crystal.desktop $(DESTDIR)/etc/X11/Sessions/fvwm-crystal # This is meant for creating a distribution tarball from the repository and This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |