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
Compare revisions
1cc520d7a0876af6912eb91af7bf3e0702922f8f to 2d8195e5a82996462183f539cdb1fa23fff342e5
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/math_tech_info
Select target project
No results found
2d8195e5a82996462183f539cdb1fa23fff342e5
Select Git revision
Swap
Target
orestis.malaspin/math_tech_info
Select target project
orestis.malaspin/math_tech_info
jerome.chetelat/math_tech_info
julien.borel/math_tech_info
xavier.perret/math_tech_info
ilias.nhairi/math_tech_info
julien.seemulle/math_tech_info
michael.elkharro/math_tech_info
fabien.lometti/math_tech_info
guillaum.pin/math_tech_info
quentin.rod/math_tech_info
simon.cirilli/math_tech_info
11 results
1cc520d7a0876af6912eb91af7bf3e0702922f8f
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
updated makefile
· 2d8195e5
orestis.malaspin
authored
4 years ago
2d8195e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+8
-8
8 additions, 8 deletions
Makefile
with
8 additions
and
8 deletions
Makefile
View file @
2d8195e5
...
...
@@ -28,30 +28,30 @@ cours.pdf: 00_macros.md 01_rappel.md 02_optimisation.md 03_integrales.md 04_edo.
cours.html
:
00_macros.md 01_rappel.md 02_optimisation.md 03_integrales.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md
pandoc
-s
$(
OPTIONS
)
$(
HTMLOPTIONS
)
-o
$@
$^
--metadata-file
metadata.yaml
hakyll_gen
:
Rappel.markdown Optimisation.markdown Integrales.markdown Equation_Differentielles_Ordinaires.markdown Transformees_de_Fourier.markdown Probabilites_et_Statistique.markdown Remerciements.markdown
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
---"
$<
>
$@
Rappel.markdown
:
macros 01_rappel.md 08_notes.md
1_
Rappel.markdown
:
macros 01_rappel.md 08_notes.md
cat
$^
>
$@
Optimisation.markdown
:
macros 02_optimisation.md 08_notes.md
2_
Optimisation.markdown
:
macros 02_optimisation.md 08_notes.md
cat
$^
>
$@
Integrales.markdown
:
macros 03_integrales.md 08_notes.md
3_
Integrales.markdown
:
macros 03_integrales.md 08_notes.md
cat
$^
>
$@
Equation_Differentielles_Ordinaires.markdown
:
macros 04_edo.md 08_notes.md
4_
Equation_Differentielles_Ordinaires.markdown
:
macros 04_edo.md 08_notes.md
cat
$^
>
$@
Transformees_de_Fourier.markdown
:
macros 05_fourier.md 08_notes.md
5_
Transformees_de_Fourier.markdown
:
macros 05_fourier.md 08_notes.md
cat
$^
>
$@
Probabilites_et_Statistique.markdown
:
macros 06_probas_stats.md 08_notes.md
6_
Probabilites_et_Statistique.markdown
:
macros 06_probas_stats.md 08_notes.md
cat
$^
>
$@
Remerciements.markdown
:
macros 07_remerciements.md 08_notes.md
7_
Remerciements.markdown
:
macros 07_remerciements.md 08_notes.md
cat
$^
>
$@
...
...
This diff is collapsed.
Click to expand it.