mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
b546bd6e72
Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3 Reviewed-on: https://plan9port-review.googlesource.com/2962 Reviewed-by: Russ Cox <rsc@swtch.com>
11 lines
114 B
Makefile
11 lines
114 B
Makefile
LIB=$PLAN9/lib
|
|
|
|
indices:V:
|
|
for i in man*
|
|
do
|
|
9 rc ./secindex $i > $i/INDEX
|
|
done
|
|
|
|
lookman.index:V:
|
|
./mkindex
|
|
|