From 9d5a21a799f31c7c5b0e20822a90cf15a0095bdf Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 17 Aug 2012 15:25:06 -0700 Subject: [PATCH] Fix typo MANPAGE->MANPAGES Thanks to Isaku Yamahata. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)