Skip to content
Snippets Groups Projects
Commit 1704e6c1 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

modification du makefile pour afficher le numero de commit dans le pdf

parent 7cd0f02e
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,6 @@ BEAMEROPTIONS += -H ./header.tex --listings
default: git_tutorial.md
BLA=`git log | head -n 1`
sed -i '3s/.*/% $(BLA)/' git_tutorial.md
pandoc -s $(BEAMEROPTIONS) -o git_tutorial.pdf git_tutorial.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment