Blame tools/README

Packit Service 612474
Packit Service 612474
api_conv.pl:
Packit Service 612474
------------
Packit Service 612474
Packit Service 612474
 Description: used to convert old XCB names in camel case to lower
Packit Service 612474
              case names.
Packit Service 612474
Packit Service 612474
 Usage:
Packit Service 612474
Packit Service 612474
  * for several files:
Packit Service 612474
Packit Service 612474
perl -i xcb/tools/api_conv.pl xcb/tools/constants <file1> <file2> ...
Packit Service 612474
Packit Service 612474
  * for a directory:
Packit Service 612474
Packit Service 612474
find dir -name '*.[ch]' -exec perl -i xcb/tools/api_conv.pl xcb/tools/constants {} +
Packit Service 612474