summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-realauthor/makefile
blob: 7a6c294ba297eb4a6ee6b2e8b7a13e93c50c93d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FILES = *.bbx *.dbx *.lbx documentation   makefile README


dist: all
	rm -rf biblatex-realauthor
	mkdir biblatex-realauthor
	cp README *bbx *dbx *makefile biblatex-realauthor
	mkdir biblatex-realauthor/documentation
	cp documentation/*tex documentation/*bib documentation/*pdf documentation/makefile  biblatex-realauthor/documentation
	$(RM) ../biblatex-realauthor.zip
	zip -r ../biblatex-realauthor.zip biblatex-realauthor


clean:
	$(MAKE) -C documentation 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