From 5a27a0beffdba08ed790a4b4d733fd8afb4aad8d Mon Sep 17 00:00:00 2001 From: liefooga Date: Tue, 26 Jun 2007 12:06:54 +0000 Subject: [PATCH] update files git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@369 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/paradiseo-moeo-1.0/Makefile.am | 12 ++++++------ branches/paradiseo-moeo-1.0/configure.in | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/branches/paradiseo-moeo-1.0/Makefile.am b/branches/paradiseo-moeo-1.0/Makefile.am index 0eeedf103..1d58ec812 100644 --- a/branches/paradiseo-moeo-1.0/Makefile.am +++ b/branches/paradiseo-moeo-1.0/Makefile.am @@ -1,17 +1,17 @@ -SUBDIRS = docs src tutorials +SUBDIRS = doc src tutorial clean_all: clean_aux clean_doc -@make clean -@(rm -rf aclocal.m4 autom4te.cache configure config.* CO* dep* INST* install-sh miss* mkins* Makefile Makefile.in;\ - cd docs; rm -rf Makefile Makefile.in *.doxytag; cd ../src ; rm -rf Makefile Makefile.in; cd core ; rm -rf Makefile Makefile.in;\ - cd ../../tutorials; rm -rf Makefile Makefile.in; cd lesson1; rm -rf .deps/ Makefile Makefile.in *.status;\ - cd flowshop; rm -rf .deps/ Makefile Makefile.in; cd ../../lesson2; rm -rf .deps/ Makefile Makefile.in) + cd doc; rm -rf Makefile Makefile.in *.doxytag; cd ../src ; rm -rf Makefile Makefile.in; cd core ; rm -rf Makefile Makefile.in;\ + cd ../../tutorial; rm -rf Makefile Makefile.in; cd Lesson1; rm -rf .deps/ Makefile Makefile.in *.status;\ + cd flowshop; rm -rf .deps/ Makefile Makefile.in; cd ../../Lesson2; rm -rf .deps/ Makefile Makefile.in) 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) diff --git a/branches/paradiseo-moeo-1.0/configure.in b/branches/paradiseo-moeo-1.0/configure.in index e67eff660..89efff8b7 100644 --- a/branches/paradiseo-moeo-1.0/configure.in +++ b/branches/paradiseo-moeo-1.0/configure.in @@ -37,9 +37,9 @@ AC_OUTPUT([ Makefile src/Makefile src/core/Makefile -docs/Makefile -tutorials/Makefile -tutorials/lesson1/Makefile -tutorials/lesson1/flowshop/Makefile -tutorials/lesson2/Makefile +doc/Makefile +tutorial/Makefile +tutorial/Lesson1/Makefile +tutorial/Lesson1/flowshop/Makefile +tutorial/Lesson2/Makefile ])