]> git.puffer.fish Git - mirror/frr.git/commit
doc: prevent `clean` target from building manpages
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 6 Mar 2018 15:33:21 +0000 (10:33 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 6 Mar 2018 15:33:21 +0000 (10:33 -0500)
commite207a4b589a489649cdb06b2c824dc6948158b21
tree1e282bb58e16d5e32390c89ea8b21a04cefffbfc
parente221d227e32e474b7a9cd21861fcec90cd158fcb
doc: prevent `clean` target from building manpages

Unconditional automake subdirectory flag = 'man' causes manpages to
always be built regardless of target, which is undesirable for `clean`.
Remove unconditional flag and override automake targets that need to
build manpages instead.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/Makefile.am
doc/developer/Makefile
doc/manpages/Makefile
doc/user/Makefile