Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
prm1
Commits
01ecd471
Commit
01ecd471
authored
Sep 26, 2019
by
Martin Mareš
Browse files
Makefiles: upload
parent
41c59586
Changes
2
Hide whitespace changes
Inline
Side-by-side
01-uvod/Makefile
View file @
01ecd471
all
:
01-uvod.pdf
SLIDES
=
01-uvod.pdf
include
../Makerules
Makerules
View file @
01ecd471
export SHELL=/bin/bash
all: $(SLIDES)
%.pdf: %.tex $(wildcard *.py)
pdflatex $<
clean::
rm -f *.{aux,log,nav,out,snm,toc,vrb}
rm -f *.pdf
upload::
rs $(SLIDES) jw:www/static/vyuka/1920/p1m/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment