]> git.saurik.com Git - wxWidgets.git/blobdiff - misc/scripts/makegtktags
share ctags command between make(gtk/mac)tags scripts
[wxWidgets.git] / misc / scripts / makegtktags
index 608e3cf232e037621b0c35ba4e35586825e90340..c314c50c2c0941188a17baf2521ecc7507753038 100755 (executable)
@@ -1,22 +1,4 @@
 #!/bin/sh
-ctags --totals --language-force=c++ -I WXDLLEXPORT \
-       include/wx/*.h \
-       include/wx/aui/*.h \
-       include/wx/generic/*.h \
-       include/wx/gtk/*.h \
-       include/wx/html/*.h \
-       include/wx/protocol/*.h \
-       include/wx/richtext/*.h \
-       include/wx/xml/*.h \
-       include/wx/xrc/*.h \
-       include/wx/unix/*.h \
-       src/aui/*.cpp \
-       src/common/*.cpp \
-       src/generic/*.cpp \
-       src/gtk/*.cpp \
-       src/html/*.cpp \
-       src/richtext/*.cpp \
-       src/unix/*.cpp \
-       src/xml/*.cpp \
-       src/xrc/*.cpp
+. `dirname $0`/makeunixtags.sh
 
+create_tags gtk