aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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