blob: 0ed77a116cee6f9c327c5e45c8eb072902a56905 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
dist: all
rm -rf biblatex-opcit-booktitle
mkdir biblatex-opcit-booktitle
ln README makefile *sty biblatex-opcit-booktitle
mkdir biblatex-opcit-booktitle/documentation
ln documentation/*tex documentation/*bib documentation/*pdf documentation/latexmkrc documentation/makefile biblatex-opcit-booktitle/documentation
$(RM) ../biblatex-opcit-booktitle.zip
zip -r ../biblatex-opcit-booktitle.zip biblatex-opcit-booktitle
clean:
$(MAKE) -C documentation clean
@$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*
all: documentation/biblatex-opcit-booktitle-example.tex documentation/biblatex-opcit-booktitle.tex documentation/biblatex-opcit-booktitle-example.bib documentation/latexmkrc
$(MAKE) -C documentation all
|