Skip to content
Snippets Groups Projects
Commit d54cde46 authored by Bob Lantz's avatar Bob Lantz
Browse files

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

parent 320df7fe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment