Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
0e135af5
Commit
0e135af5
authored
Mar 19, 2014
by
Ivica Bukvic
Browse files
added new docs to the doc install
parent
4434a6fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/makefile.in
View file @
0e135af5
...
...
@@ -227,6 +227,9 @@ install: all tkpath tkdnd
install
-d
$(DESTDIR)$(pddocdir)/$$dir
;
\
install
-m644
-p
../doc/$$dir/*.*
$(DESTDIR)$(pddocdir)/$$dir
;
\
done
# kludge install of additional pd-l2ork data structures docs
cp
-rf
../doc/4.data.structures/pd-l2ork
$(DESTDIR)$(pddocdir)/4.data.structures/
# and now the rest
for
dir
in
$(shell
ls
-1
../doc/7.stuff
|
grep
-v
CVS);
do
\
echo
"installing 7.stuff/$$dir"
;
\
install
-d
$(DESTDIR)$(pddocdir)/7.stuff/$$dir
;
\
...
...
Write
Preview
Markdown
is supported
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