add upload to makefile
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
c9931d0a3d
commit
df46a3651d
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -4,3 +4,6 @@ count:
|
||||||
@echo Does not count spaces! The number is therefore lower than actual number of standard pages.
|
@echo Does not count spaces! The number is therefore lower than actual number of standard pages.
|
||||||
@echo Letters: $(COUNT)
|
@echo Letters: $(COUNT)
|
||||||
@echo Pages: $(shell echo "scale=2; $(COUNT)/1800.0" | bc -l )/30
|
@echo Pages: $(shell echo "scale=2; $(COUNT)/1800.0" | bc -l )/30
|
||||||
|
|
||||||
|
upload:
|
||||||
|
rsync thesis.pdf poincare:public_html/wavl/thesis.pdf
|
Reference in a new issue