aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-06 10:45:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-06-06 10:45:30 -0300
commit1cba119e4dfd695e6e196cf47fff2e1c4bdc85e0 (patch)
treece84a329270489d0591177df61976a3e2548021b
parent62402a1fefd04ba157221aaf99d3578d9fa03526 (diff)
downloadbiblio-1cba119e4dfd695e6e196cf47fff2e1c4bdc85e0.tar.gz
biblio-1cba119e4dfd695e6e196cf47fff2e1c4bdc85e0.tar.bz2
Makefile: yaml target
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf17bd7..3b2eedf 100644
--- a/Makefile
+++ b/Makefile
@@ -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