We have admin tools and scripts spread over the source code tree. Most are in ctc/tlmisc, but not all. Currently however (as of bug 7867), the tab completion script for each admin tool is generated from the tlmisc/Makefile. When changing, adding, or removing scripts in the future, this detail in the tlmisc/Makefile will be easy to miss. The tab completion scripts should live next to the script itself.
(In reply to Samuel Mannehed from comment #0) > We have admin tools and scripts spread over the source code tree. Most are > in ctc/tlmisc, but not all. Currently however (as of bug 7867), the tab > completion script for each admin tool is generated from the tlmisc/Makefile. > > When changing, adding, or removing scripts in the future, this detail in the > tlmisc/Makefile will be easy to miss. The tab completion scripts should live > next to the script itself. These were moved to tlmisc/optcomplete/Makefile in r40988.