add upload to makefile

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-05-16 00:18:22 +02:00
parent c9931d0a3d
commit df46a3651d
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -4,3 +4,6 @@ count:
@echo Does not count spaces! The number is therefore lower than actual number of standard pages.
@echo Letters: $(COUNT)
@echo Pages: $(shell echo "scale=2; $(COUNT)/1800.0" | bc -l )/30
upload:
rsync thesis.pdf poincare:public_html/wavl/thesis.pdf