From 6c16c0ca2f22e8ee249f448d928101fd33240a1b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 12 May 2024 12:00:02 +0200 Subject: improve biblatex tidying, to support multiple JabRef comments, and not use temporary files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ffbbe7..1b91bf1 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ ARTICLES = waste worlding ONTOLOGIES = learning waste -PERL_FILES = bin/hedgedoc2quarto bin/xmp2rdfxml +PERL_FILES = bin/biblatex-tidy bin/hedgedoc2quarto bin/xmp2rdfxml TIDY_MARKDOWN = worlding @@ -100,7 +100,7 @@ lint-markdown: tidy: tidy-bibtex tidy-perl tidy-bibtex: ref.bib - bin/biblatex-tidy.sh $< + bin/biblatex-tidy $< tidy-perl: perltidy -b -bext='/' --profile=.perltidyrc $(PERL_FILES) -- cgit v1.2.3