Makefile: RAM -> ODIR

master
Karchnu 2021-11-06 08:21:01 +01:00
parent bbd62b1428
commit 1c608bc34a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export ODIR SRC
include Makefile.in
upload:
scp $(RAM)/$(SRC).pdf tacos:/var/www/htdocs/t.karchnu.fr/doc/
scp $(ODIR)/$(SRC).pdf tacos:/var/www/htdocs/t.karchnu.fr/doc/
# VIEWER_OPTS = -
# VIEWER = zathura $(VIEWER_OPTS)