* bootstrap: Here.
---
ChangeLog | 6 ++++++
bootstrap | 5 ++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a7535c1..352e0f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-20 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Remove mentions to trash/ directories in Olena.
+
+ * bootstrap: Here.
+
2014-06-19 Roland Levillain <roland(a)lrde.epita.fr>
* AUTHORS: Update and clean up.
diff --git a/bootstrap b/bootstrap
index 6b81891..ea0c902 100755
--- a/bootstrap
+++ b/bootstrap
@@ -196,8 +196,7 @@ if $regen_p; then
# * Outputs.
rm -f milena/doc/outputs.mk.tmp
milena/doc/gen-make-variable OUTPUTS \
- `find milena/doc/examples \
- -name \*.cc -a \! -path milena/doc/examples/trash/\* \
+ `find milena/doc/examples -name \*.cc \
| sed -e 's,milena/doc/examples/,,' \
-e 'y,/,_,' \
-e 's,\(.*\)\.cc$,$(srcdir)/outputs/\1.txt,'` \
@@ -209,7 +208,7 @@ if $regen_p; then
cd milena/doc
rm -f examples-outputs.mk.tmp
./gen-examples-outputs-mk \
- `find examples -name \*.cc -a \! -path examples/trash/\* \
+ `find examples -name \*.cc \
| env LC_ALL=C sort` \
examples-outputs.mk.tmp
mv -f
examples-outputs.mk.tmp examples-outputs.mk
--
1.7.10.4