diff options
author | Pixel <> | 2001-04-17 22:29:10 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-17 22:29:10 +0000 |
commit | 47e2da7929c9fad9a97c2a6ceea76f00e4a25321 (patch) | |
tree | b73df962dee8065ff9b4ee48aaa54ba9572e9018 /doc/Makefile.am | |
parent | 6dbb3e3b0c624b1e4d51e7f3034918fe58e95970 (diff) |
Pouet (doc)
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ee5aba4..d27abf6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,10 @@ -EXTRA_DIST = README.fr README.en +ps: + make -f Makefile.doc ps + +clean: + make -f Makefile.doc clean + +distclean: + make -f Makefile.doc clean + +EXTRA_DIST = algo.tex algorithmes.tex bib.tex conclusion.tex description.tex intro.tex manuel.tex outils.tex structures.tex temps.tex |