Makefile: RAM -> ODIR
This commit is contained in:
parent
bbd62b1428
commit
1c608bc34a
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ export ODIR SRC
|
|||||||
include Makefile.in
|
include Makefile.in
|
||||||
|
|
||||||
upload:
|
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_OPTS = -
|
||||||
# VIEWER = zathura $(VIEWER_OPTS)
|
# VIEWER = zathura $(VIEWER_OPTS)
|
||||||
|
Loading…
Reference in New Issue
Block a user