diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile index 2c554c76c4c..3e4ec899857 100644 --- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile +++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile @@ -2,9 +2,10 @@ all: *tex *bib xelatex --shell-escape biblatex-realauthor.tex biber biblatex-realauthor xelatex --shell-escape biblatex-realauthor.tex - xelatex --shell-escape example.tex - biber example - xelatex --shell-escape example.tex + xelatex --shell-escape example-realauthor.tex + biber example-realauthor + xelatex --shell-escape example-realauthor.tex + xelatex --shell-escape example-realauthor.tex clean:realauthor $(MAKE) -C documentation clean |