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

Fix typo MANPAGE->MANPAGES

Thanks to Isaku Yamahata.
parent ce15c4f6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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