diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-10 17:40:21 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-10 17:40:21 +0200 |
commit | 8fde80907c69e47926cdbc2e47b960c352872ab6 (patch) | |
tree | 90557b9552b091e00cb1c419b6c84d310e25ee4e | |
parent | 05cc184d7f0abea3a99e387791306854387f90ab (diff) | |
download | xbattext-master.tar.gz |
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | xbattext.ms | 6 | ||||
-rw-r--r-- | xbattext.pdf | bin | 74644 -> 74486 bytes |
3 files changed, 6 insertions, 6 deletions
@@ -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 Binary files differindex 39993e9..680f317 100644 --- a/xbattext.pdf +++ b/xbattext.pdf |