Fix man page install.

This commit is contained in:
Bob Lantz
2012-07-31 17:22:13 -07:00
parent cd580debb6
commit ce823507cd
+2 -2
View File
@@ -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)