aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2026-01-16 07:45:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2026-01-16 07:45:07 -0300
commit3d01fe09382ca49c03f1622c27871bb43561a774 (patch)
tree60aaca3ce9206afd915cc8dc5b09b68d78d64191
parentd6f8da1d2fc9554ac6b4b2f14b5585f667ba3436 (diff)
downloadbiblio-main.tar.gz
biblio-main.tar.bz2
Fix: Makefile: lint_pybtex supporting subfoldersmain
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6bbaeca..1bcb717 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,9 @@ lint_biber:
@find -name '_bibertool.bib' -exec rm {} \;
lint_pybtex:
- @cat *.bib > _lint_pybtext.bib
+ @#cat *.bib > _lint_pybtext.bib
+ @find -name '*.bib' -exec cat {} \; > _lint_pybtext.bibs
+ @mv _lint_pybtext.bibs _lint_pybtext.bib
@pybtex-convert _lint_pybtext.bib _lint_pybtext.yaml
@rm -f _lint_pybtext.bib _lint_pybtext.yaml