Add PYTHONPATH=. to allow "make man" to work if Mininet is not installed.
This commit is contained in:
@@ -44,7 +44,8 @@ develop: $(MNEXEC) $(MANPAGE)
|
|||||||
man: $(MANPAGE)
|
man: $(MANPAGE)
|
||||||
|
|
||||||
$(MANPAGE): $(MN)
|
$(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 $@
|
-o $@
|
||||||
|
|
||||||
doc: man
|
doc: man
|
||||||
|
|||||||
Reference in New Issue
Block a user