Moving documentation
[apertium.git] / trunk / apertium2-documentation-en / Makefile
blob09f62cb119443840c84ac264e3126431b2ce070c
1 VERSION=1.0
3 FILES=documentation.tex documentation.bib fig4.eps fig2.eps fig3.eps fig4.eps diagram.eps fdatos.eps
4 all: documentation.pdf
6 documentation.pdf: $(FILES)
7 latex documentation
8 bibtex documentation
9 latex documentation
10 latex documentation
11 latex documentation
12 dvipdfm documentation
14 dist: $(FILES) documentation.pdf Makefile
15 rm -Rf apertium-documentation-es-$(VERSION)
16 mkdir apertium-documentation-es-$(VERSION)
17 cp $(FILES) documentation.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
23 clean:
24 rm *.pdf *.log *.blg *.dvi *.aux *.toc *.bbl