diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/Makefile.doc | 2 | ||||
-rw-r--r-- | doc/algo.tex | 1 | ||||
-rw-r--r-- | doc/polynom.tex | 2 |
4 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index c894a53..6bed805 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -7,4 +7,4 @@ clean: distclean: make -f Makefile.doc clean -EXTRA_DIST = bib.tex conclusion.tex description.tex intro.tex manuel.tex outils.tex polynom.tex +EXTRA_DIST = bib.tex conclusion.tex description.tex intro.tex manuel.tex outils.tex polynom.tex algo.tex diff --git a/doc/Makefile.doc b/doc/Makefile.doc index f71be85..b3131bf 100644 --- a/doc/Makefile.doc +++ b/doc/Makefile.doc @@ -2,7 +2,7 @@ PROJET=polynom all: $(PROJET).dvi -$(PROJET).dvi: bib.tex conclusion.tex description.tex intro.tex manuel.tex outils.tex polynom.tex source.tex +$(PROJET).dvi: bib.tex conclusion.tex description.tex intro.tex manuel.tex outils.tex polynom.tex source.tex algo.tex echo echo pass1 echo diff --git a/doc/algo.tex b/doc/algo.tex new file mode 100644 index 0000000..ce42fd2 --- /dev/null +++ b/doc/algo.tex @@ -0,0 +1 @@ +\chapter{Algorithmes mis en {\oe}uvre} diff --git a/doc/polynom.tex b/doc/polynom.tex index 45aa064..d0cf150 100644 --- a/doc/polynom.tex +++ b/doc/polynom.tex @@ -59,6 +59,8 @@ \part{Analyse} \input{description} \clearemptydoublepage +\input{algo} +\clearemptydoublepage \part{Synthèse} \input{manuel} \clearemptydoublepage |