diff --git a/Makefile b/Makefile index 83de871..5cba0c3 100644 --- a/Makefile +++ b/Makefile @@ -32,10 +32,10 @@ test: $(MININET) $(TEST) install: $(MNEXEC) $(MANPAGES) install $(MNEXEC) $(BINDIR) - install $(MANPAGE) $(MANDIR) + install $(MANPAGES) $(MANDIR) python setup.py install -develop: $(MNEXEC) $(MANPAGE) +develop: $(MNEXEC) $(MANPAGES) # Perhaps we should link these as well install $(MNEXEC) $(BINDIR) install $(MANPAGES) $(MANDIR)