Skip to content
Snippets Groups Projects
Commit 5c10a4d4 authored by Tereza Vrabcová's avatar Tereza Vrabcová
Browse files

Added tex file into example/mu Makefile

parent 047b5537
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ all: $(OUTPUT) clean ...@@ -21,7 +21,7 @@ all: $(OUTPUT) clean
$(patsubst %-pdflatex.tex,%-,$(subst lua,pdf,$@))*.tex $(patsubst %-pdflatex.tex,%-,$(subst lua,pdf,$@))*.tex
# This target typesets a pdfLaTeX example. # This target typesets a pdfLaTeX example.
%-pdflatex.pdf: %-pdflatex.tex example.bib %-pdflatex.pdf: %-pdflatex.tex example.bib example-terms-abbrs.tex
$(PDFLATEX) $< # The initial typesetting. $(PDFLATEX) $< # The initial typesetting.
biber $(basename $<).bcf biber $(basename $<).bcf
$(PDFLATEX) $< # Update the index after the bibliography insertion. $(PDFLATEX) $< # Update the index after the bibliography insertion.
...@@ -30,7 +30,7 @@ all: $(OUTPUT) clean ...@@ -30,7 +30,7 @@ all: $(OUTPUT) clean
$(PDFLATEX) $< $(PDFLATEX) $<
# This target typesets a LuaLaTeX example. # This target typesets a LuaLaTeX example.
%-lualatex.pdf: %-lualatex.tex example.bib %-lualatex.pdf: %-lualatex.tex example.bib example-terms-abbrs.tex
$(LUALATEX) $< # The initial typesetting. $(LUALATEX) $< # The initial typesetting.
biber $(basename $<).bcf biber $(basename $<).bcf
$(LUALATEX) $< # Update the index after the bibliography insertion. $(LUALATEX) $< # Update the index after the bibliography insertion.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment