diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-12 18:36:46 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-12 18:36:46 +0000 |
commit | c8a551c414eacc3d756efa21e93a8389bdafd180 (patch) | |
tree | d2a4f9b3f6ac54729b58e4b369c56f5a4572b559 /sys/man/mkfile | |
parent | cc8ee7f932624d6d3e6094db13fa63327e81c191 (diff) |
manpage updates
Diffstat (limited to 'sys/man/mkfile')
-rw-r--r-- | sys/man/mkfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/mkfile b/sys/man/mkfile index 2a60a393c..3bb6aaa51 100644 --- a/sys/man/mkfile +++ b/sys/man/mkfile @@ -13,7 +13,7 @@ indices:V: $LIB/mksearchindex > searchindex # index for man2html searches permind:V: - rm -f /sys/lib/man/permind/toc + rm -f $LIB/permind/toc { echo .am TH echo .tm '\\$1' '\\$2' '\\n%' @@ -35,7 +35,7 @@ permind:V: } builtin cd .. } - } | troff -$MAN > /dev/null >[2] /sys/lib/man/permind/toc + } | troff -$MAN > /dev/null >[2] $LIB/permind/toc builtin cd $LIB/permind rm -f out mk out > /dev/null >[2] /dev/null @@ -116,6 +116,6 @@ print.out:V: permind ps2pdf $prereq $target clean:V: - rm -f man.out print.out searchindex $LIB/lookman/index [0-8]^/INDEX^('' .html) + rm -f man.out print.out searchindex $LIB/permind/toc $LIB/lookman/index [0-8]^/INDEX^('' .html) builtin cd $LIB/permind mk clean |