File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ if [ ! -f documentation/style.css ]; then
2020 git clone git://github.com/KXStudio/LV2-Extensions --depth 1 -b gh-pages documentation
2121fi
2222
23- cp kx-external-ui.lv2/* documentation/extui/
24- cp kx-programs.lv2/* documentation/progs/
25- cp kx-rtmempool.lv2/* documentation/rtmpl/
23+ cp kx-control-input-port-change-request.lv2/* documentation/cipcr/
24+ cp kx-external-ui.lv2/* documentation/extui/
25+ cp kx-programs.lv2/* documentation/progs/
26+ cp kx-rtmempool.lv2/* documentation/rtmpl/
2627
27- lv2specgen.py $( pwd) /kx-external-ui.lv2/manifest.ttl /usr/share/lv2specgen/ ../style.css $( pwd) /documentation/extui/index.html $( pwd) /documentation/extui " " -i -p extui
28- lv2specgen.py $( pwd) /kx-programs.lv2/manifest.ttl /usr/share/lv2specgen/ ../style.css $( pwd) /documentation/progs/index.html $( pwd) /documentation/progs " " -i -p progs
29- lv2specgen.py $( pwd) /kx-rtmempool.lv2/manifest.ttl /usr/share/lv2specgen/ ../style.css $( pwd) /documentation/rtmpl/index.html $( pwd) /documentation/rtmpl " " -i -p rtmpl
28+ lv2specgen.py $( pwd) /kx-control-input-port-change-request.lv2/manifest.ttl /usr/share/lv2specgen/ ../style.css $( pwd) /documentation/cipcr/index.html $( pwd) /documentation/cipcr " " -i -p cipcr
29+ lv2specgen.py $( pwd) /kx-external-ui.lv2/manifest.ttl /usr/share/lv2specgen/ ../style.css $( pwd) /documentation/extui/index.html $( pwd) /documentation/extui " " -i -p extui
30+ lv2specgen.py $( pwd) /kx-programs.lv2/manifest.ttl /usr/share/lv2specgen/ ../style.css $( pwd) /documentation/progs/index.html $( pwd) /documentation/progs " " -i -p progs
31+ lv2specgen.py $( pwd) /kx-rtmempool.lv2/manifest.ttl /usr/share/lv2specgen/ ../style.css $( pwd) /documentation/rtmpl/index.html $( pwd) /documentation/rtmpl " " -i -p rtmpl
You can’t perform that action at this time.
0 commit comments