summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-claves/makefile
blob: 090d25ae3c8985704245334976b80dc154701e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dist: all
	rm -rf biblatex-claves
	mkdir biblatex-claves
	ln README *bbx *dbx *makefile biblatex-claves
	mkdir biblatex-claves/documentation
	ln documentation/*tex documentation/*bib documentation/*pdf documentation/makefile documentation/latexmkrc biblatex-claves/documentation
	$(RM) ../biblatex-claves.zip
	zip -r ../biblatex-claves.zip biblatex-claves


clean:
	$(MAKE) -C documentation clean
	@$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*

all: documentation/biblatex-claves.tex
	$(MAKE) -C documentation all