aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-10 17:40:21 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-10 17:40:21 +0200
commit8fde80907c69e47926cdbc2e47b960c352872ab6 (patch)
tree90557b9552b091e00cb1c419b6c84d310e25ee4e /Makefile
parent05cc184d7f0abea3a99e387791306854387f90ab (diff)
downloadxbattext-8fde80907c69e47926cdbc2e47b960c352872ab6.tar.gz
Change re's name to refHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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