Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isc_physics
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
isc_physics
Compare revisions
84eaf9574581175da1da2ce2564caede9be3a818 to f7cce04fd3823928781f30e8c5d497acfafde470
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
orestis.malaspin/isc_physics
Select target project
No results found
f7cce04fd3823928781f30e8c5d497acfafde470
Select Git revision
Branches
1-test-vec-to-coordinates
master
patch-1
Swap
Target
orestis.malaspin/isc_physics
Select target project
jessica.estevesm/isc_physics
michael.elkharro/isc_physics
philippe.montando/isc_physics
william.rodrigue/isc_physics
orestis.malaspin/isc_physics
lucas.landrecy/isc_physics
jean.vouillam/isc_physics
alexandr.benzonan/isc_physics
farouq.obaly/isc_physics
richarda.tyarks/isc_physics
sasha.crockett/isc_physics
jeremy.meissner/isc_physics
tom.andrivet/isc_physics
elio.marconi/isc_physics
iliya.saroukha/isc_physics
arian.dervisha/isc_physics
16 results
84eaf9574581175da1da2ce2564caede9be3a818
Select Git revision
Branches
1-test-vec-to-coordinates
master
patch-1
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
updated makefile
· f7cce04f
orestis.malaspin
authored
4 years ago
f7cce04f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-4
4 additions, 4 deletions
Makefile
with
4 additions
and
4 deletions
Makefile
View file @
f7cce04f
...
...
@@ -30,15 +30,15 @@ hakyll_gen: Analyse_Dimensionnelle.markdown Lois_de_Newton.markdown Charge_Elect
Analyse_Dimensionnelle.markdown
:
00_macros.md 01_analyse_dimensionnelle.md 10_footer.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
mathjax: on
\n
---"
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 01_
analyse_dimensionnelle
.md | head -n 1
)
\n
mathjax: on
\n
---"
$@
Lois_de_Newton.markdown
:
00_macros.md 02_lois_de_newton.md 10_footer.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 0
1_rappel
.md | head -n 1
)
\n
mathjax: on
\n
---"
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 0
2_lois_de_newton
.md | head -n 1
)
\n
mathjax: on
\n
---"
$@
Charge_Electrique_Champs_Electrique.markdown
:
00_macros.md 03_charge_electrique_champs_electrique.md 10_footer.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 0
1_rappel
.md | head -n 1
)
\n
mathjax: on
\n
---"
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 0
3_charge_electrique_champs_electrique
.md | head -n 1
)
\n
mathjax: on
\n
---"
$@
deploy
:
all
mkdir
-p
phys
...
...
@@ -46,4 +46,4 @@ deploy: all
cp
cours.pdf phys/cours.pdf
clean
:
rm
-f
*
.html
*
.pdf
rm
-f
*
.html
*
.pdf
*
.markdown
This diff is collapsed.
Click to expand it.