diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-06-01 09:58:03 +0200 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-06-01 09:58:03 +0200 |
| commit | bde23520eedae819e5e14c39b47e4611fdab11a9 (patch) | |
| tree | 17748089156c53f4477252da23120230dd2eeb78 /Makefile | |
| parent | 8c735902fc372402c7c27d03fc8f77532fef542e (diff) | |
sobota
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -17,16 +17,16 @@ $(CO).ps: $(CO).dvi $(CO).pdf: clean pdflatex $(CO) - biber $(CO) - # makeglossaries $(CO) - # makeglossaries-lite $(CO) - pdflatex $(CO) +# biber $(CO) +# # makeglossaries $(CO) +# # makeglossaries-lite $(CO) +# pdflatex $(CO) pdflatex $(CO) $(CO).dvi: $(CO).tex $(CO).bib latex $(CO) - biber $(CO) - latex $(CO) +# #biber $(CO) +# #latex $(CO) latex $(CO) clean: |
