groff-template/Makefile

9 lines
152 B
Makefile
Raw Permalink Normal View History

2021-10-29 04:43:52 +02:00
SRC ?= grofftut
2021-10-11 05:57:55 +02:00
ODIR ?= /tmp/
export ODIR SRC
include Makefile.in
upload:
2021-10-29 04:24:15 +02:00
scp $(ODIR)/$(SRC).pdf tacos:/var/www/htdocs/t.karchnu.fr/doc/grofftut.pdf