[geany/geany] a2efc3: Add basic install target, requires admin privileges and MSYS
Nick Treleaven
git-noreply at xxxxx
Tue Mar 13 14:09:47 UTC 2012
Branch: refs/heads/master
Author: Nick Treleaven <nick.treleaven at btinternet.com>
Committer: Nick Treleaven <nick.treleaven at btinternet.com>
Date: Tue, 13 Mar 2012 14:09:47
Commit: a2efc32d1fbdc58b91d10ef34371263656981971
https://github.com/geany/geany/commit/a2efc32d1fbdc58b91d10ef34371263656981971
Log Message:
-----------
Add basic install target, requires admin privileges and MSYS
Modified Paths:
--------------
makefile.win32
Modified: makefile.win32
9 files changed, 9 insertions(+), 0 deletions(-)
===================================================================
@@ -44,3 +44,12 @@ clean: deps
cd scintilla && $(MAKE) -f makefile.win32 clean && cd ..
cd plugins && $(MAKE) -f makefile.win32 clean && cd ..
cd src && $(MAKE) -f makefile.win32 clean && cd ..
+
+.PHONY: install
+DESTDIR='C:/Program Files/Geany'
+
+# requires admin privileges and MSYS
+install:
+ cp -r data $(DESTDIR)
+ cp plugins/*.dll $(DESTDIR)/lib
+ cp geany.exe $(DESTDIR)/bin
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Commits
mailing list