From 8fde80907c69e47926cdbc2e47b960c352872ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 10 Jul 2021 17:40:21 +0200 Subject: Change re's name to ref --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ae839e..9af0eba 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ install: xbattext install -m 644 xbattext.1 /usr/local/man/man1 upload: xbattext.c - scp xbattext.c root@ankarstrom.se:/var/www/img/htdocs/xbattext.c - scp xbattext.pdf root@ankarstrom.se:/var/www/img/htdocs/xbattext.pdf + scp -p xbattext.c root@ankarstrom.se:/var/www/img/htdocs/xbattext.c + scp -p xbattext.pdf root@ankarstrom.se:/var/www/img/htdocs/xbattext.pdf xbattext.pdf: xbattext.ms - ~/prj/re/re xbattext.ms | groff -Tps -dpaper=letter -ms \ + ~/prj/ref/ref xbattext.ms | groff -Tps -dpaper=letter -ms \ | ps2pdf - > xbattext.pdf -- cgit v1.2.3