Update of the paradiseo-mo tree

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@427 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2007-06-27 13:17:51 +00:00
commit 96d73a5c3e
153 changed files with 206 additions and 196 deletions

View file

@ -1,4 +1,4 @@
SUBDIRS = docs src tutorial
SUBDIRS = doc src tutorial
CXX=g++
@ -22,7 +22,9 @@ clean_aux:
-@find . \( -name "*~" -o -name "*.old" -o -name "#*" -o -name "*.bak" \) -print -exec rm -rf \{\} \;
doc:
-@(cd docs; make doc)
-@(cd doc; make doc)
clean_doc:
-@(cd docs; make clean-local)
-@(cd doc; make clean-local)
.PHONY: clean_all clean_aux doc clean_doc