diff options
author | glenda <glenda@localhost> | 2011-05-09 16:47:40 +0000 |
---|---|---|
committer | glenda <glenda@localhost> | 2011-05-09 16:47:40 +0000 |
commit | 5ca8c7b02579998f2055fbee5e2c85c92af951e3 (patch) | |
tree | 2047231cfaca731bf5b8f083d0d05598a4e7c9ca /sys/man/mkfile | |
parent | a0e5d7667d467d005633b61facdff3dcc1ef3ec9 (diff) |
clean indices in clean rule
Diffstat (limited to 'sys/man/mkfile')
-rw-r--r-- | sys/man/mkfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/man/mkfile b/sys/man/mkfile index da11852d2..2a60a393c 100644 --- a/sys/man/mkfile +++ b/sys/man/mkfile @@ -116,4 +116,6 @@ print.out:V: permind ps2pdf $prereq $target clean:V: - rm -f man.out print.out + rm -f man.out print.out searchindex $LIB/lookman/index [0-8]^/INDEX^('' .html) + builtin cd $LIB/permind + mk clean |