olena: olena-2.0-874-g14be913 Remove mentions to trash/ directories in Scribo.

* doc/gen-figures-mk, * doc/gen-split-outputs-mk: Here. --- scribo/ChangeLog | 8 ++++++++ scribo/doc/gen-figures-mk | 8 ++++---- scribo/doc/gen-split-outputs-mk | 3 +-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index b23336f..020df73 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,3 +1,11 @@ +2014-06-20 Roland Levillain <roland@lrde.epita.fr> + + Remove mentions to trash/ directories in Scribo. + + * doc/gen-figures-mk, + * doc/gen-split-outputs-mk: + Here. + 2014-06-19 Roland Levillain <roland@lrde.epita.fr> Do not use mln_VAR in Scribo. diff --git a/scribo/doc/gen-figures-mk b/scribo/doc/gen-figures-mk index ca20fc9..80a55a5 100755 --- a/scribo/doc/gen-figures-mk +++ b/scribo/doc/gen-figures-mk @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2010 EPITA Research and Development Laboratory (LRDE). +# Copyright (C) 2010, 2014 EPITA Research and Development Laboratory (LRDE). # # This file is part of Olena. # @@ -25,9 +25,9 @@ export LC_ALL=C inputs() { # Remove the .cc extension before sorting file names. - find examples -name \*.cc -a \! -path examples/trash/\* \ - | sed 's/.cc$//' \ - | sort \ + find examples -name \*.cc \ + | sed 's/.cc$//' \ + | sort \ | sed 's/$/.cc/' } diff --git a/scribo/doc/gen-split-outputs-mk b/scribo/doc/gen-split-outputs-mk index e7c130b..a2313be 100755 --- a/scribo/doc/gen-split-outputs-mk +++ b/scribo/doc/gen-split-outputs-mk @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2010 EPITA Research and Development Laboratory (LRDE). +# Copyright (C) 2010, 2014 EPITA Research and Development Laboratory (LRDE). # # This file is part of Olena. # @@ -50,7 +50,6 @@ backslashify() inputs() { # Remove the .cc extension before sorting file names. - # FIXME: Or � find examples -name \*.cc -a \! -path examples/trash/\* � ? find examples -name \*.cc \ | sed 's/.cc$//' \ | sort \ -- 1.7.10.4
participants (1)
-
Roland Levillain