Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cours
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
programmation_sequentielle
cours
Merge requests
!2
Ajout slides fonctions d'ordre supérieur.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Ajout slides fonctions d'ordre supérieur.
high-order-functions
into
master
Overview
9
Commits
3
Pipelines
3
Changes
2
Merged
Michaël El Kharroubi
requested to merge
high-order-functions
into
master
3 years ago
Overview
9
Commits
3
Pipelines
3
Changes
2
0
0
Merge request reports
Viewing commit
3d9f9f25
Prev
Next
Show latest version
2 files
+
205
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Verified
3d9f9f25
Ajout slides fonctions d'ordre supérieur.
· 3d9f9f25
Michaël El Kharroubi
authored
3 years ago
slides/Makefile
+
3
−
3
View file @ 3d9f9f25
Edit in single-file editor
Open in Web IDE
Show full file
@@ -26,13 +26,13 @@ all: $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.html et %
markdown
:
$(MARKDOWN)
#
La markdown les cibles %.markdown
%.pdf
:
%.md
metadata.yaml
#
%.pdf (chaque fichier %.md génère un fichier avec le même nom mais l'extension .pdf et la dépendance metadata.yaml)
%.pdf
:
metadata.yaml
%.md
#
%.pdf (chaque fichier %.md génère un fichier avec le même nom mais l'extension .pdf et la dépendance metadata.yaml)
pandoc
-s
$(
OPTIONS
)
$(
PDFOPTIONS
)
-o
$@
$^
%.html
:
%.md
metadata.yaml
%.html
:
metadata.yaml
%.md
pandoc
-s
$(
OPTIONS
)
$(
REVEALOPTIONS
)
-o
$@
$^
%.markdown
:
%.md
metadata.yaml yq
%.markdown
:
metadata.yaml
%.md
yq
sed
'1 { /^---/ { :a N; /\n---/! ba; d} }'
$<
>
no_header
grep
-v
-F
-x
-f
no_header
$<
>
header.yaml
echo
"---"
>
tmp.yaml
Loading