Add PYTHONPATH=. to allow "make man" to work if Mininet is not installed.

This commit is contained in:
Bob Lantz
2012-07-06 19:54:42 -07:00
parent 320df7fe28
commit d54cde46e0
+2 -1
View File
@@ -44,7 +44,8 @@ develop: $(MNEXEC) $(MANPAGE)
man: $(MANPAGE)
$(MANPAGE): $(MN)
help2man -N -n "create a Mininet network." --no-discard-stderr $(MN) \
PYTHONPATH=. help2man -N -n "create a Mininet network." \
--no-discard-stderr $(MN) \
-o $@
doc: man