diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-12 12:00:02 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:41 +0200 |
commit | 6c16c0ca2f22e8ee249f448d928101fd33240a1b (patch) | |
tree | b563693d810730f53461c64648bb29df4bff3012 /Makefile | |
parent | f6bf252b4faac6ad6c26db40adc950b329043370 (diff) |
improve biblatex tidying, to support multiple JabRef comments, and not use temporary files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |