We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2834ef commit 335c8efCopy full SHA for 335c8ef
convert-all.sh
@@ -0,0 +1,7 @@
1
+#!/bin/zsh
2
+ls *LibDoc*/*/Export/**/*.xml|sed -e 's,.*Export/,,'|sort -u > allmodules
3
+for i in $(cat allmodules); do
4
+ mkdir -p LibDoc/$(dirname $i)
5
+ ./psp_libdoc_2.py -l *LibDoc*/*/Export/$i -c LibDoc/$i
6
+done
7
+
0 commit comments