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
1cc520d7
Unverified
Commit
1cc520d7
authored
4 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
updated makefile
parent
958eb6df
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#12476
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
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
+
8
−
8
View file @
1cc520d7
...
...
@@ -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
:
r
appel.markdown
o
ptimisation.markdown
i
ntegrales.markdown
integrales.markdown edo.markdown f
ourier.markdown
p
roba
s_stats
.markdown
r
emerciements.markdown
hakyll_gen
:
R
appel.markdown
O
ptimisation.markdown
I
ntegrales.markdown
Equation_Differentielles_Ordinaires.markdown Transformees_de_F
ourier.markdown
P
roba
bilites_et_Statistique
.markdown
R
emerciements.markdown
macros
:
00_macros.md
sed
"1i ---
\n
date:
$(
shell date +%y%y-%m-%d
)
\n
---"
$<
>
$@
r
appel.markdown
:
macros 01_rappel.md 08_notes.md
R
appel.markdown
:
macros 01_rappel.md 08_notes.md
cat
$^
>
$@
o
ptimisation.markdown
:
macros 02_optimisation.md 08_notes.md
O
ptimisation.markdown
:
macros 02_optimisation.md 08_notes.md
cat
$^
>
$@
i
ntegrales.markdown
:
macros 03_integrales.md 08_notes.md
I
ntegrales.markdown
:
macros 03_integrales.md 08_notes.md
cat
$^
>
$@
edo
.markdown
:
macros 04_edo.md 08_notes.md
Equation_Differentielles_Ordinaires
.markdown
:
macros 04_edo.md 08_notes.md
cat
$^
>
$@
f
ourier.markdown
:
macros 05_fourier.md 08_notes.md
Transformees_de_F
ourier.markdown
:
macros 05_fourier.md 08_notes.md
cat
$^
>
$@
p
roba
s_stats
.markdown
:
macros 06_probas_stats.md 08_notes.md
P
roba
bilites_et_Statistique
.markdown
:
macros 06_probas_stats.md 08_notes.md
cat
$^
>
$@
r
emerciements.markdown
:
macros 07_remerciements.md 08_notes.md
R
emerciements.markdown
:
macros 07_remerciements.md 08_notes.md
cat
$^
>
$@
...
...
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