Fix typo MANPAGE->MANPAGES

Thanks to Isaku Yamahata.
This commit is contained in:
Bob Lantz
2012-08-17 15:25:06 -07:00
parent ce15c4f67d
commit 9d5a21a799
+2 -2
View File
@@ -32,10 +32,10 @@ test: $(MININET) $(TEST)
install: $(MNEXEC) $(MANPAGES) install: $(MNEXEC) $(MANPAGES)
install $(MNEXEC) $(BINDIR) install $(MNEXEC) $(BINDIR)
install $(MANPAGE) $(MANDIR) install $(MANPAGES) $(MANDIR)
python setup.py install python setup.py install
develop: $(MNEXEC) $(MANPAGE) develop: $(MNEXEC) $(MANPAGES)
# Perhaps we should link these as well # Perhaps we should link these as well
install $(MNEXEC) $(BINDIR) install $(MNEXEC) $(BINDIR)
install $(MANPAGES) $(MANDIR) install $(MANPAGES) $(MANDIR)