Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
14be913d
Commit
14be913d
authored
Jun 20, 2014
by
Roland Levillain
Browse files
Remove mentions to trash/ directories in Scribo.
* doc/gen-figures-mk, * doc/gen-split-outputs-mk: Here.
parent
6ff853df
Changes
3
Hide whitespace changes
Inline
Side-by-side
scribo/ChangeLog
View file @
14be913d
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.
...
...
scribo/doc/gen-figures-mk
View file @
14be913d
#! /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/'
}
...
...
scribo/doc/gen-split-outputs-mk
View file @
14be913d
#! /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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment