Re-arrange files, add support for classic JS Documentor, and packer
[gnome.introspection-doc-generator] / rebuild_typelibs.sh
diff --git a/rebuild_typelibs.sh b/rebuild_typelibs.sh
new file mode 100644 (file)
index 0000000..fd90b6a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+ls /usr/share/gir-1.0/ | sed s/.gir// | awk \
+    '{ print "g-ir-compiler /usr/share/gir-1.0/" $1 ".gir -o /usr/lib/girepository-1.0/" $1 ".typelib" }' \
+    | sh