mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
a19c44b83b
Remove man pages for things we don't provide.
8 lines
80 B
Makefile
8 lines
80 B
Makefile
LIB=$PLAN9/lib
|
|
|
|
indices:V:
|
|
for i in man*
|
|
do
|
|
./secindex $i > $i/INDEX
|
|
done
|
|
|