clean indices in clean rule
This commit is contained in:
parent
a0e5d7667d
commit
5ca8c7b025
1 changed files with 3 additions and 1 deletions
|
@ -116,4 +116,6 @@ print.out:V: permind
|
||||||
ps2pdf $prereq $target
|
ps2pdf $prereq $target
|
||||||
|
|
||||||
clean:V:
|
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
|
||||||
|
|
Loading…
Reference in a new issue