add docs for ifdown/ifup/interfaces too

This commit is contained in:
Ariadne Conill 2020-07-24 08:28:29 -06:00
parent cebe24e1ec
commit 475aeb2992
4 changed files with 276 additions and 1 deletions

View file

@ -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}