aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/Makefile b/packages/Makefile
index c99816d4..a92cecd8 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -259,10 +259,12 @@ endif
install -d $(DESTDIR)$(objectsdir)/$(GEM_NAME)/examples/$$dir ; \
install -p $(gem_src)/examples/$$dir/*.* $(DESTDIR)$(objectsdir)/$(GEM_NAME)/examples/$$dir ;\
done
+ifneq ($(OS_NAME),windows)
install -d $(DESTDIR)$(examplesdir)
ln -s ../../extra/$(GEM_NAME)/examples $(DESTDIR)$(examplesdir)/$(GEM_NAME)
install -d $(DESTDIR)$(manualsdir)
ln -s ../../extra/$(GEM_NAME)/manual $(DESTDIR)$(manualsdir)/$(GEM_NAME)
+endif
#------------------------------------------------------------------------------