diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 10:45:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 10:45:30 -0300 |
commit | 1cba119e4dfd695e6e196cf47fff2e1c4bdc85e0 (patch) | |
tree | ce84a329270489d0591177df61976a3e2548021b | |
parent | 62402a1fefd04ba157221aaf99d3578d9fa03526 (diff) | |
download | biblio-1cba119e4dfd695e6e196cf47fff2e1c4bdc85e0.tar.gz biblio-1cba119e4dfd695e6e196cf47fff2e1c4bdc85e0.tar.bz2 |
Makefile: yaml target
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,3 +13,6 @@ lint_pybtex: @cat *.bib > _lint_pybtext.bib @pybtex-convert _lint_pybtext.bib _lint_pybtext.yaml @rm -f _lint_pybtext.bib _lint_pybtext.yaml + +yaml: + @./bin/biblio-yml > _biblio.yml |