diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-03 19:56:16 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-03 20:12:30 +0200 |
commit | bc84dd1eab78e96ccc7dabd7561cfaf57f165951 (patch) | |
tree | 9b6c88827525687ec9204f33807c6535f8d5cb9b /toc | |
parent | c0b94c538d7bee2a81991d64f44b4b2ad255091e (diff) | |
download | mk-bc84dd1eab78e96ccc7dabd7561cfaf57f165951.tar.gz |
Move mk into separate directory
Diffstat (limited to 'toc')
-rw-r--r-- | toc/README.pdf | bin | 28572 -> 28669 bytes | |||
-rw-r--r-- | toc/README.t | 4 | ||||
-rw-r--r-- | toc/example.pdf | bin | 9369 -> 9369 bytes | |||
-rwxr-xr-x | toc/toc | 4 |
4 files changed, 6 insertions, 2 deletions
diff --git a/toc/README.pdf b/toc/README.pdf Binary files differindex 317cbc4..f29e5eb 100644 --- a/toc/README.pdf +++ b/toc/README.pdf 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 Binary files differindex 1615176..2a568a5 100644 --- a/toc/example.pdf +++ b/toc/example.pdf @@ -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 ... \|] <troff> [arg ...]" 1>&2 echo "(input should be given on stdin)" 1>&2 |