summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-05-12 12:00:02 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-04 17:35:41 +0200
commit6c16c0ca2f22e8ee249f448d928101fd33240a1b (patch)
treeb563693d810730f53461c64648bb29df4bff3012 /Makefile
parentf6bf252b4faac6ad6c26db40adc950b329043370 (diff)
improve biblatex tidying, to support multiple JabRef comments, and not use temporary files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)