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

Fix man page install.

parent cd580deb
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ test: $(MININET) $(TEST)
-echo "Running tests"
mininet/test/test_nets.py
install: $(MNEXEC) $(MANPAGE)
install: $(MNEXEC) $(MANPAGES)
install $(MNEXEC) $(BINDIR)
install $(MANPAGE) $(MANDIR)
python setup.py install
......@@ -38,7 +38,7 @@ install: $(MNEXEC) $(MANPAGE)
develop: $(MNEXEC) $(MANPAGE)
# Perhaps we should link these as well
install $(MNEXEC) $(BINDIR)
install $(MANPAGE) $(MANDIR)
install $(MANPAGES) $(MANDIR)
python setup.py develop
man: $(MANPAGES)
......
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