blob: c894a53db779dca7dd4fd3b1099eb5a3d088f42b (
plain)
1
2
3
4
5
6
7
8
9
10
|
ps:
make -f Makefile.doc ps
clean:
make -f Makefile.doc clean
distclean:
make -f Makefile.doc clean
EXTRA_DIST = bib.tex conclusion.tex description.tex intro.tex manuel.tex outils.tex polynom.tex
|