diff --git a/bpm-tools/Makefile b/bpm-tools/Makefile index 5a0853e..185935c 100644 --- a/bpm-tools/Makefile +++ b/bpm-tools/Makefile @@ -22,7 +22,7 @@ install: $(INSTALL) -d $(DESTDIR)$(BINDIR) $(INSTALL) -t $(DESTDIR)$(BINDIR) bpm bpm-graph bpm-tag $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1 - $(INSTALL) -t $(DESTDIR)$(MANDIR)/man1 bpm.1 bpm-graph.1 bpm-tag.1 + $(INSTALL) -t $(DESTDIR)$(MANDIR)/man1 bpm.1 bpm-tag.1 dist: mkdir -p dist