Skip to content
  • Angelos Evripiotis's avatar
    _includes: better error on including directory · 4336e3bf
    Angelos Evripiotis authored and Jürg Billeter's avatar Jürg Billeter committed
    Previously, include a directory result in an error like this:
    
        mydir is a directory. bst command expects a .bst file.
    
    Note that the file containing the include was not mentioned.
    
    Now we get an error like this instead:
    
        element.bst [line 12 column 0]: Include block references a
        directory instead of a file: 'mydir'.
    4336e3bf