aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--xbattext.ms6
-rw-r--r--xbattext.pdfbin74644 -> 74486 bytes
3 files changed, 6 insertions, 6 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
diff --git a/xbattext.ms b/xbattext.ms
index 4061235..2db7414 100644
--- a/xbattext.ms
+++ b/xbattext.ms
@@ -1,4 +1,4 @@
-.so /home/john/prj/re/re.tmac
+.so /home/john/prj/ref/ref.tmac
.ds Sf MR
.de Q
\\$3\(lq\\$1\(rq\\$2
@@ -29,9 +29,9 @@ This document is a commented version of the
.I xbattext
source code.
It is generated with
-.I re ,
+.I ref ,
a reference-based literate programming system available at
-http://git.\:ankarstrom.se/re/.
+http://git.\:ankarstrom.se/ref/.
The uncommented source code is hosted at
http://git.\:ankarstrom.se/x11/xbattext/.
.PP
diff --git a/xbattext.pdf b/xbattext.pdf
index 39993e9..680f317 100644
--- a/xbattext.pdf
+++ b/xbattext.pdf
Binary files differ