From bc84dd1eab78e96ccc7dabd7561cfaf57f165951 Mon Sep 17 00:00:00 2001 From: John Ankarstrom Date: Sat, 3 Jul 2021 19:56:16 +0200 Subject: Move mk into separate directory --- toc/README.pdf | Bin 28572 -> 28669 bytes toc/README.t | 4 ++-- toc/example.pdf | Bin 9369 -> 9369 bytes toc/toc | 4 ++++ 4 files changed, 6 insertions(+), 2 deletions(-) (limited to 'toc') diff --git a/toc/README.pdf b/toc/README.pdf index 317cbc4..f29e5eb 100644 Binary files a/toc/README.pdf and b/toc/README.pdf differ diff --git a/toc/README.t b/toc/README.t index 919b300..a350e81 100644 --- a/toc/README.t +++ b/toc/README.t @@ -1,5 +1,5 @@ -.so ../k.tmac -.so ../kx.tmac +.so ../mk/k.tmac +.so ../mk/kx.tmac .so toc.tmac . .t diff --git a/toc/example.pdf b/toc/example.pdf index 1615176..2a568a5 100644 Binary files a/toc/example.pdf and b/toc/example.pdf differ diff --git a/toc/toc b/toc/toc index f6c2501..4518cf6 100755 --- a/toc/toc +++ b/toc/toc @@ -2,6 +2,10 @@ # toc -- run troff in three passes +# Permission to use, copy, modify and/or +# distribute this software for any purpose +# with or without fee is hereby granted. + usage() { echo "usage: $0 [cmd ... \|] [arg ...]" 1>&2 echo "(input should be given on stdin)" 1>&2 -- cgit v1.2.3