From: <dom...@us...> - 2013-04-25 09:35:40
|
Revision: 294 http://sourceforge.net/p/fvwm-crystal/code/294 Author: dominique_libre Date: 2013-04-25 09:35:36 +0000 (Thu, 25 Apr 2013) Log Message: ----------- Makefile: + bin/fvwm-crystal.videomodeswitch* installation Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-25 08:56:13 UTC (rev 293) +++ ChangeLog 2013-04-25 09:35:36 UTC (rev 294) @@ -4,6 +4,7 @@ + assons/10-local.rules: udev rules for some multituners dvb cards. + bin/fvwm-crystal.videomodeswitch+: video mode switching usingg xrandr + bin/fvwm-crystal.videomodeswitch-: video mode switching usingg xrandr + Makefile: added bin/fvwm-crystal.videomodeswicth* installation Mercredi 24 Avril 2013 Dominique Michel functions/Icon-Launcher: cleanup; fix icon style to work with Icon-Thumbnails Modified: Makefile =================================================================== --- Makefile 2013-04-25 08:56:13 UTC (rev 293) +++ Makefile 2013-04-25 09:35:36 UTC (rev 294) @@ -14,7 +14,7 @@ @echo Installing fvwm-crystal $(RELEASE) to $(prefix) mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm - install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper bin/fvwm-crystal.play-movies $(DESTDIR)$(prefix)/bin + install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper bin/fvwm-crystal.play-movies bin/fvwm-crystal.videomodeswitch- bin/fvwm-crystal.videomodeswitch+ $(DESTDIR)$(prefix)/bin cp -d -r fvwm/* $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm/ mkdir -p $(DESTDIR)$(prefix)/share/man/man1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |