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

added makefile config to have automatically the last commit in the title slide

parent 19171d14
No related branches found
No related tags found
No related merge requests found
Pipeline #5042 passed
......@@ -7,8 +7,9 @@ BEAMEROPTIONS += -V fontsize=smaller
BEAMEROPTIONS += --highlight-style espresso
BEAMEROPTIONS += -H ./header.tex --listings
BLA = $(shell git log | head -n 1)
default: git_tutorial.md
BLA=`git log | head -n 1`
echo $(BLA)
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