From 43076d5fb4af0653ed08498336989fbfd81692e3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 15 Aug 2008 21:42:43 +0000 Subject: updated gem_install with new paths svn path=/trunk/; revision=10251 --- packages/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/Makefile') 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 ; \ -- cgit v1.2.1