A simple tool to manage networking under Linux
http://kalos.mine.nu/setnet/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
106 B
8 lines
106 B
8 years ago
|
|
||
|
|
||
|
all: doc
|
||
|
|
||
|
doc: setnet.8
|
||
|
gzip -c setnet.8 > setnet.8.gz
|
||
|
groff -m mdoc -T html setnet.8 > setnet.8.html
|