From: <dom...@us...> - 2013-05-05 18:20:14
|
Revision: 364 http://sourceforge.net/p/fvwm-crystal/code/364 Author: dominique_libre Date: 2013-05-05 18:20:12 +0000 (Sun, 05 May 2013) Log Message: ----------- Makefile: removed uninstall and added install-doc in install. Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-05 18:07:21 UTC (rev 363) +++ ChangeLog 2013-05-05 18:20:12 UTC (rev 364) @@ -13,7 +13,8 @@ functions/Preferences-Menu: added Handles icon + icons/Default/*/fvwm-crystal/handles.png bin/fvwm-crystal.apps: cosmetic code changes from Gentoo - + Makefile: removed uninstall and added install-doc in install. + Samedi 4 Mai 2013 Dominique Miche components/Fullscreen: restrict Fullscreen to non FvwmVuttons windows updated IMSTALL Modified: Makefile =================================================================== --- Makefile 2013-05-05 18:07:21 UTC (rev 363) +++ Makefile 2013-05-05 18:20:12 UTC (rev 364) @@ -10,7 +10,7 @@ all: @echo "There is nothing to compile." -install: uninstall correctpath +install: correctpath install-doc @echo Installing fvwm-crystal $(RELEASE) to $(prefix) mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm $(DESTDIR)$(prefix)/share/xsessions $(DESTDIR)/etc/X11/Sessions This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |