
2006-07-07 Roland Levillain <roland@lrde.epita.fr> Add missing files to the distribution. * Makefile.am (EXTRA_DIST): Add bootstrap.sh. Index: 10.238/tools/swilena/ChangeLog --- 10.238/tools/swilena/ChangeLog Fri, 07 Jul 2006 18:29:56 +0200 levill_r (oln/n/37_ChangeLog 1.7.1.42 600) +++ 10.239/tools/swilena/ChangeLog Fri, 07 Jul 2006 18:40:24 +0200 levill_r (oln/n/37_ChangeLog 1.7.1.43 600) @@ -1,3 +1,12 @@ +2006-07-07 Roland Levillain <roland@lrde.epita.fr> + + Add missing files to the distribution. + + * Makefile.am (EXTRA_DIST): New. + Add expand.sh, generate_arith_instantiations.py, + generate_conversions_instantiations.py and + generate_morpho_instantiations.py. + 2006-07-06 Roland Levillain <roland@lrde.epita.fr> Use SHARED_LDFLAGS. Index: 10.238/Makefile.am --- 10.238/Makefile.am Fri, 22 Aug 2003 10:44:47 +0200 astrid (oln/n/32_Makefile.a 1.17.1.2.1.7 600) +++ 10.239/Makefile.am Fri, 07 Jul 2006 18:40:24 +0200 levill_r (oln/n/32_Makefile.a 1.17.1.2.1.8 600) @@ -19,7 +19,7 @@ ### Development files . ### -EXTRA_DIST = config/oln-local.m4 contrib/runtests +EXTRA_DIST = bootstrap.sh config/oln-local.m4 contrib/runtests ### ### Basic doc files generation. Index: 10.238/tools/swilena/Makefile.am --- 10.238/tools/swilena/Makefile.am Mon, 15 Sep 2003 17:23:46 +0200 burrus_n (oln/o/25_Makefile.a 1.5 600) +++ 10.239/tools/swilena/Makefile.am Fri, 07 Jul 2006 18:40:24 +0200 levill_r (oln/o/25_Makefile.a 1.6 600) @@ -1,3 +1,9 @@ ## Process this file through Automake to produce Makefile.in -*- Makefile -*- SUBDIRS = meta src doc $(OLN_SWILENA_SUBDIRS) + +EXTRA_DIST = \ + expand.sh \ + generate_arith_instantiations.py \ + generate_conversions_instantiations.py \ + generate_morpho_instantiations.py