Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
e4c53eac
Commit
e4c53eac
authored
Feb 19, 2019
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better naming of the makefile rule
parent
22a0cc34
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile
Makefile
+2
-2
Makefile
module1/ressources/Makefile
+1
-1
Makefile
module2/ressources/Makefile
+1
-1
Makefile
module3/ressources/Makefile
+1
-1
Makefile
module4/ressources/Makefile
+1
-1
No files found.
Makefile
View file @
e4c53eac
ressources-md
:
ressources-md
:
for
i
in
module1/ressources module2/ressources module3/ressources
\
for
i
in
module1/ressources module2/ressources module
2/slides module
3/ressources
\
module4/ressources
;
do
\
module4/ressources
;
do
\
make
-C
$$
i
;
\
make
-C
$$
i
ressources-md
;
\
done
done
module1/ressources/Makefile
View file @
e4c53eac
all
:
introduction_to_markdown
.md
ressources-md
:
introduction_to_markdown.md introduction_to_markdown_fr
.md
include
../../Makefile.ressources
include
../../Makefile.ressources
module2/ressources/Makefile
View file @
e4c53eac
all
:
emacs_orgmode.md emacs_orgmode_fr.md jupyter.md jupyter_fr.md maintaining_a_journal.md maintaining_a_journal_fr.md gitlab.md gitlab_fr.md rstudio.md rstudio_fr.md orgmode_examples/README.md orgmode_examples/README_fr.md
ressources-md
:
emacs_orgmode.md emacs_orgmode_fr.md jupyter.md jupyter_fr.md maintaining_a_journal.md maintaining_a_journal_fr.md gitlab.md gitlab_fr.md rstudio.md rstudio_fr.md orgmode_examples/README.md orgmode_examples/README_fr.md
include
../../Makefile.ressources
include
../../Makefile.ressources
...
...
module3/ressources/Makefile
View file @
e4c53eac
all
:
resources-md
:
include
../../Makefile.ressources
include
../../Makefile.ressources
module4/ressources/Makefile
View file @
e4c53eac
all
:
resources_refs.md resources_environment.md resources_refs_fr.md resources_environment_fr.md
#
exo1.html exo2.html exo3.html
ressources-md
:
resources_refs.md resources_environment.md resources_refs_fr.md resources_environment_fr.md
#
exo1.html exo2.html exo3.html
include
../../Makefile.ressources
include
../../Makefile.ressources
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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