summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)