diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-03-24 19:39:01 +0100 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-03-24 19:39:01 +0100 |
| commit | 620dfd94019f3c7e3022fa5a5fb9c9b51491062d (patch) | |
| tree | be9269cbbad515e7d0cb9b85bebcaf744b884f8e /Makefile | |
| parent | ceecba61f0f67bf8373619d9e90b7fb1bdb597b2 (diff) | |
24brezen
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ $(CO).ps: $(CO).dvi $(CO).pdf: clean pdflatex $(CO) - -bibtex $(CO) + biber $(CO) # makeglossaries $(CO) # makeglossaries-lite $(CO) pdflatex $(CO) @@ -25,7 +25,7 @@ $(CO).pdf: clean $(CO).dvi: $(CO).tex $(CO).bib latex $(CO) - -bibtex $(CO) + biber $(CO) latex $(CO) latex $(CO) |
