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
nerrons
purr-data
Commits
a4c1ff1a
Commit
a4c1ff1a
authored
Oct 27, 2016
by
Jonathan Wilkes
Browse files
add data structure subdirs for Windows build
parent
57844dcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/makefile.mingw
View file @
a4c1ff1a
...
...
@@ -283,6 +283,11 @@ install: all
install
-d
$(pddocdir)/$$dir
;
\
install
-p
../doc/$$dir/*.*
$(pddocdir)/$$dir
;
\
done
for
dir
in
$(shell
ls
-1
../doc/4.data.structures
|
grep
-v
CVS);
do
\
echo
"installing 4.data.structures/$$dir"
;
\
install
-d
$(pddocdir)/4.data.structures/$$dir
;
\
install
-p
../doc/4.data.structures/$$dir/*.*
$(pddocdir)/4.data.structures/$$dir
;
\
done
for
dir
in
$(shell
ls
-1
../doc/7.stuff
|
grep
-v
CVS);
do
\
echo
"installing 7.stuff/$$dir"
;
\
install
-d
$(pddocdir)/7.stuff/$$dir
;
\
...
...
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