summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-realauthor/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-realauthor/makefile')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/makefile b/Master/texmf-dist/doc/latex/biblatex-realauthor/makefile
index 7a6c294ba29..4ff6a985565 100644
--- a/Master/texmf-dist/doc/latex/biblatex-realauthor/makefile
+++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/makefile
@@ -4,9 +4,9 @@ FILES = *.bbx *.dbx *.lbx documentation makefile README
dist: all
rm -rf biblatex-realauthor
mkdir biblatex-realauthor
- cp README *bbx *dbx *makefile biblatex-realauthor
+ ln README *bbx *dbx *makefile biblatex-realauthor
mkdir biblatex-realauthor/documentation
- cp documentation/*tex documentation/*bib documentation/*pdf documentation/makefile biblatex-realauthor/documentation
+ ln documentation/*tex documentation/*bib documentation/*pdf documentation/makefile biblatex-realauthor/documentation
$(RM) ../biblatex-realauthor.zip
zip -r ../biblatex-realauthor.zip biblatex-realauthor
@@ -16,4 +16,4 @@ clean:
@$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*
all: documentation/example.tex documentation/biblatex-realauthor.tex documentation/example.bib
- $(MAKE) -C documentation all \ No newline at end of file
+ $(MAKE) -C documentation all