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 +++--- xbattext.ms | 6 +++--- xbattext.pdf | Bin 74644 -> 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 Binary files a/xbattext.pdf and b/xbattext.pdf differ -- cgit v1.2.3