X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Farluadoc;h=21909585e4f863c15b242f0526a806dc5d1687a0;hb=df28a71252f4593c65ec03611586dfc8a62a834f;hp=2983cf9103d5ba0368a6f2467345f2d17e33c37b;hpb=6972db0d554ba36d05fbd0ada5e303148cbab2bf;p=ardour.git diff --git a/gtk2_ardour/arluadoc b/gtk2_ardour/arluadoc index 2983cf9103..21909585e4 100755 --- a/gtk2_ardour/arluadoc +++ b/gtk2_ardour/arluadoc @@ -6,4 +6,10 @@ export UBUNTU_MENUPROXY="" $TOP/build/gtk2_ardour/luadoc "$@" \ | sed 's/__cxx11:://g;' \ | sed 's/std::basic_string\, std::allocator >/std::string/g;' \ - | sed 's/, std::allocator<[^>]*> //g;' + | sed 's/, std::less<[^>]*<[^>]*>[ ]*>[ ]*>//g;' \ + | sed 's/, std::less<[^>]*>//g;' \ + | sed 's/, std::allocator<[^>]*<[^>]*>[ ]*>//g;' \ + | sed 's/, std::allocator<[^>]*>//g;' \ + | sed 's/ "/"/g;' \ + | gzip -9 \ + > $TOP/doc/luadoc.json.gz