From: <dom...@us...> - 2013-05-25 13:12:23
|
Revision: 470 http://sourceforge.net/p/fvwm-crystal/code/470 Author: dominique_libre Date: 2013-05-25 13:12:20 +0000 (Sat, 25 May 2013) Log Message: ----------- added missing files in uninstall Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-25 12:58:32 UTC (rev 469) +++ ChangeLog 2013-05-25 13:12:20 UTC (rev 470) @@ -18,7 +18,8 @@ Mouse Bindings & Tips.txt: removed txt documentation + html/*: autogenerated html documentation man/*: auto updated the man pages - Makefile: make it work with the new asciidoc documentation + Makefile: make it work with the new asciidoc documentation; added missing files + in uninstall Vendredi 23 Mai 2013 Dominique Michel functions/FvwmExpose: silent xwd Modified: Makefile =================================================================== --- Makefile 2013-05-25 12:58:32 UTC (rev 469) +++ Makefile 2013-05-25 13:12:20 UTC (rev 470) @@ -22,12 +22,13 @@ mkdir -p $(DESTDIR)$(prefix)/share/man/man1 cp -d -r man/* $(DESTDIR)$(prefix)/share/man/man1 -uninstall: +uninstall: uninstall-doc @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 + 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/xsessions/fvwm-crystal.desktop $(DESTDIR)/etc/X11/Sessions/fvwm-crystal + # This is meant for creating a distribution tarball from the repository and # not for the use by end users dist: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |