I need to make a build file for BibTeX files.
I have the following:
{
"cmd": ["bibtex", "*.aux"],
"selector": "text.bibtex"
}
When I run bibtex *.aux
from terminal, it works fine. However, sublime keeps telling me:
I couldn't open file name `*.aux'
[Finished in 0.1s with exit code 1]