diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-18 04:35:17 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-18 04:35:17 +0000 |
commit | 69d7c0f0bff35e40b4410a02fdec7dc6b6104985 (patch) | |
tree | 6ca9a13b871db292a137b6fe650716e6f5bcdb09 | |
parent | deacf61e18798b32c95c31e58c3c1ca4aad6b166 (diff) |
custom kludge for installing the Gem binary on Windows :( Gem.dll needs to be in the extra/Gem folder for the help files to be found
svn path=/trunk/; revision=11055
-rw-r--r-- | packages/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Makefile b/packages/Makefile index 009a5af3..4473c51a 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -266,6 +266,7 @@ noncvs_install: -install -p $(packages_src)/noncvs/$(OS_NAME)/bin/*.* $(bindir) -install -p $(packages_src)/noncvs/$(OS_NAME)/doc/5.reference/*.* $(helpdir) -install -p $(packages_src)/noncvs/$(OS_NAME)/extra/*.* $(objectsdir) + -install -p $(packages_src)/noncvs/$(OS_NAME)/extra/Gem/*.* $(objectsdir)/Gem -test -d $(packages_src)/noncvs/$(OS_NAME)/gripd && \ install -d $(DESTDIR)$(prefix)/gripd -install -p $(packages_src)/noncvs/$(OS_NAME)/gripd/*.* \ |