Few more
[apertium.git] / apertium-documentation-es / Makefile
blob06dd68e994452d3a322508b69a7271a790612ca8
1 VERSION=1.0
3 FILES=documentacio.tex documentacio.bib fig4.eps fig2.eps fig3.eps fig4.eps diagram.eps fdatos.eps
4 all: documentacio.pdf
6 documentacio.pdf: $(FILES)
7 latex documentacio
8 bibtex documentacio
9 latex documentacio
10 latex documentacio
11 latex documentacio
12 dvipdfm documentacio
14 dist: $(FILES) documentacio.pdf Makefile
15 rm -Rf apertium-documentation-es-$(VERSION)
16 mkdir apertium-documentation-es-$(VERSION)
17 cp $(FILES) documentacio.pdf Makefile apertium-documentation-es-$(VERSION)
18 tar cvf apertium-documentation-es-$(VERSION).tar apertium-documentation-es-$(VERSION)
19 rm -Rf apertium-documentation-es-$(VERSION)
20 gzip -9 -f apertium-documentation-es-$(VERSION).tar