diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-03 23:23:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-03 23:23:59 -0300 |
commit | aaf95b2b9d336dde4f590f0c85fcb2ead35c5c26 (patch) | |
tree | 8204a8e556836a9f73750ade61f13201f8bf11eb /Makefile | |
parent | ba735458b5f70132b1e8cf482d25106454c91eaa (diff) | |
download | biblio-aaf95b2b9d336dde4f590f0c85fcb2ead35c5c26.tar.gz biblio-aaf95b2b9d336dde4f590f0c85fcb2ead35c5c26.tar.bz2 |
Feat: provision script and tidy action
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,5 +14,8 @@ lint_pybtex: @pybtex-convert _lint_pybtext.bib _lint_pybtext.yaml @rm -f _lint_pybtext.bib _lint_pybtext.yaml +tidy: + @bibtex-tidy -m *.bib + yaml: @./bin/biblio-yml > _biblio.yml |