Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
27a1c07a
Commit
27a1c07a
authored
Mar 25, 2013
by
Ivica Bukvic
Browse files
improvements to the incremental install
parent
abb047ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/Makefile
View file @
27a1c07a
...
...
@@ -265,9 +265,9 @@ endif
# links to keep the old-style placement for Gem examples in the Help Browser
ifneq
($(OS_NAME),windows)
install
-d
$(DESTDIR)$(examplesdir)
ln
-s
../../extra/$(GEM_NAME)/examples
$(DESTDIR)$(examplesdir)/$(GEM_NAME)
ln
-s
f
../../extra/$(GEM_NAME)/examples
$(DESTDIR)$(examplesdir)/$(GEM_NAME)
install
-d
$(DESTDIR)$(manualsdir)
ln
-s
../../extra/$(GEM_NAME)/manual
$(DESTDIR)$(manualsdir)/$(GEM_NAME)
ln
-s
f
../../extra/$(GEM_NAME)/manual
$(DESTDIR)$(manualsdir)/$(GEM_NAME)
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment