aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-15 21:42:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-15 21:42:43 +0000
commit43076d5fb4af0653ed08498336989fbfd81692e3 (patch)
tree229712bd0a1ebe399963a6a0cfd859df6191afa5 /packages/Makefile
parent7068c2ab3619b05a95fc84798951bfe6d6a91732 (diff)
updated gem_install with new paths
svn path=/trunk/; revision=10251
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index ecc7c17f..f54eaf88 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -512,7 +512,7 @@ endif
install -d $(manualsdir)/$(GEM_NAME)
install -p $(gem_src)/doc/*.* $(manualsdir)/$(GEM_NAME)
install -d $(manualsdir)/$(GEM_NAME)/manual
- install -p $(gem_src)/manual/*.* $(manualsdir)/$(GEM_NAME)/manual
+ install -p $(gem_src)/doc/manual/*.* $(manualsdir)/$(GEM_NAME)/manual
for dir in $(shell ls -1 $(gem_src)/examples | grep -v CVS); do \
echo "installing $$dir"; \
install -d $(examplesdir)/$(GEM_NAME)/$$dir ; \