Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
math_tech_info
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
math_tech_info
Commits
5c7b3dac
Unverified
Commit
5c7b3dac
authored
4 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
adding last commit date for blog date...
parent
2d8195e5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#12480
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+17
-10
17 additions, 10 deletions
Makefile
with
17 additions
and
10 deletions
Makefile
+
17
−
10
View file @
5c7b3dac
...
...
@@ -30,29 +30,36 @@ cours.html: 00_macros.md 01_rappel.md 02_optimisation.md 03_integrales.md 04_edo
hakyll_gen
:
1_Rappel.markdown 2_Optimisation.markdown 3_Integrales.markdown 4_Equation_Differentielles_Ordinaires.markdown 5_Transformees_de_Fourier.markdown 6_Probabilites_et_Statistique.markdown 7_Remerciements.markdown
macros
:
00_macros.md
sed
"1i ---
\n
date:
$(
shell
date +%y%y-%m-%d
)
\n
---"
$<
>
$@
#
macros: 00_macros.md
#
sed "1i ---\ndate: $(shell
git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 02_optimisation.md | head -n 1
)\n---" $< > $@
1_Rappel.markdown
:
macros 01_rappel.md 08_notes.md
1_Rappel.markdown
:
00_
macros
.md
01_rappel.md 08_notes.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 01_rappel.md | head -n 1
)
\n
---"
$@
2_Optimisation.markdown
:
macros 02_optimisation.md 08_notes.md
2_Optimisation.markdown
:
00_
macros
.md
02_optimisation.md 08_notes.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 02_optimisation.md | head -n 1
)
\n
---"
$@
3_Integrales.markdown
:
macros 03_integrales.md 08_notes.md
3_Integrales.markdown
:
00_
macros
.md
03_integrales.md 08_notes.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 03_integrales.md | head -n 1
)
\n
---"
$@
4_Equation_Differentielles_Ordinaires.markdown
:
macros 04_edo.md 08_notes.md
4_Equation_Differentielles_Ordinaires.markdown
:
00_
macros
.md
04_edo.md 08_notes.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 04_edo.md | head -n 1
)
\n
---"
$@
5_Transformees_de_Fourier.markdown
:
macros 05_fourier.md 08_notes.md
5_Transformees_de_Fourier.markdown
:
00_
macros
.md
05_fourier.md 08_notes.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 05_fourier.md | head -n 1
)
\n
---"
$@
6_Probabilites_et_Statistique.markdown
:
macros 06_probas_stats.md 08_notes.md
6_Probabilites_et_Statistique.markdown
:
00_
macros
.md
06_probas_stats.md 08_notes.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 06_probas_stats.md | head -n 1
)
\n
---"
$@
7_Remerciements.markdown
:
macros 07_remerciements.md 08_notes.md
7_Remerciements.markdown
:
00_
macros
.md
07_remerciements.md 08_notes.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 07_remerciements.md | head -n 1
)
\n
---"
$@
deploy
:
all
...
...
@@ -73,4 +80,4 @@ deploy: all
cp
travaux_pratiques/tpOptimisation/tpOptimisation.html mti/tpOptimisation/index.html
clean
:
rm
-rf
mti
*
.markdown
macros
*
.html
*
.pdf
rm
-rf
mti
*
.markdown
*
.html
*
.pdf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment