add docs for ifdown/ifup/interfaces too
This commit is contained in:
parent
cebe24e1ec
commit
475aeb2992
4 changed files with 276 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -71,7 +71,10 @@ install: all
|
|||
${SCDOC} < $< > $@
|
||||
|
||||
MANPAGES = \
|
||||
doc/ifquery.8
|
||||
doc/ifquery.8 \
|
||||
doc/ifup.8 \
|
||||
doc/ifdown.8 \
|
||||
doc/interfaces.5
|
||||
|
||||
docs: ${MANPAGES}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue