mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
8 lines
83 B
Makefile
8 lines
83 B
Makefile
LIB=$PLAN9/lib
|
|
|
|
indices:V:
|
|
for i in man*
|
|
do
|
|
rc ./secindex $i > $i/INDEX
|
|
done
|
|
|