Fix man page install.
This commit is contained in:
@@ -30,7 +30,7 @@ test: $(MININET) $(TEST)
|
|||||||
-echo "Running tests"
|
-echo "Running tests"
|
||||||
mininet/test/test_nets.py
|
mininet/test/test_nets.py
|
||||||
|
|
||||||
install: $(MNEXEC) $(MANPAGE)
|
install: $(MNEXEC) $(MANPAGES)
|
||||||
install $(MNEXEC) $(BINDIR)
|
install $(MNEXEC) $(BINDIR)
|
||||||
install $(MANPAGE) $(MANDIR)
|
install $(MANPAGE) $(MANDIR)
|
||||||
python setup.py install
|
python setup.py install
|
||||||
@@ -38,7 +38,7 @@ install: $(MNEXEC) $(MANPAGE)
|
|||||||
develop: $(MNEXEC) $(MANPAGE)
|
develop: $(MNEXEC) $(MANPAGE)
|
||||||
# Perhaps we should link these as well
|
# Perhaps we should link these as well
|
||||||
install $(MNEXEC) $(BINDIR)
|
install $(MNEXEC) $(BINDIR)
|
||||||
install $(MANPAGE) $(MANDIR)
|
install $(MANPAGES) $(MANDIR)
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
|
|
||||||
man: $(MANPAGES)
|
man: $(MANPAGES)
|
||||||
|
|||||||
Reference in New Issue
Block a user