This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Don't depend on {foo,bar} expansion support in shell in Makefile.
tags/non-sequencer-v1.9.4
Jonathan Moore Liles
17 years ago
parent
90e0853e91
commit
3ab70175da
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -89,7 +89,7 @@ install:
@ mkdir -p "$(SYSTEM_PATH)"
@ cp -r instruments "$(SYSTEM_PATH)"
@ mkdir -p "$(DOCUMENT_PATH)"
@ cp doc/*.
{html,png}
"$(DOCUMENT_PATH)"
@ cp doc/*.
html doc/*.png
"$(DOCUMENT_PATH)"
@ echo done
# make -C doc install
Write
Preview
Loading…
Cancel
Save