From aaf95b2b9d336dde4f590f0c85fcb2ead35c5c26 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 3 Aug 2024 23:23:59 -0300 Subject: Feat: provision script and tidy action --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b2eedf..ae4a66c 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3