aboutsummaryrefslogtreecommitdiff
path: root/toc
diff options
context:
space:
mode:
authorJohn Ankarstrom <john@ankarstrom.se>2021-07-03 19:56:16 +0200
committerJohn Ankarstrom <john@ankarstrom.se>2021-07-03 20:12:30 +0200
commitbc84dd1eab78e96ccc7dabd7561cfaf57f165951 (patch)
tree9b6c88827525687ec9204f33807c6535f8d5cb9b /toc
parentc0b94c538d7bee2a81991d64f44b4b2ad255091e (diff)
downloadmk-bc84dd1eab78e96ccc7dabd7561cfaf57f165951.tar.gz
Move mk into separate directory
Diffstat (limited to 'toc')
-rw-r--r--toc/README.pdfbin28572 -> 28669 bytes
-rw-r--r--toc/README.t4
-rw-r--r--toc/example.pdfbin9369 -> 9369 bytes
-rwxr-xr-xtoc/toc4
4 files changed, 6 insertions, 2 deletions
diff --git a/toc/README.pdf b/toc/README.pdf
index 317cbc4..f29e5eb 100644
--- a/toc/README.pdf
+++ b/toc/README.pdf
Binary files 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
--- a/toc/example.pdf
+++ b/toc/example.pdf
Binary files 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 ... \|] <troff> [arg ...]" 1>&2
echo "(input should be given on stdin)" 1>&2