Skip to content
Snippets Groups Projects
Commit b882fd8c authored by Ben Collins's avatar Ben Collins
Browse files

Install man page from 26797srcdir in case building from a seperate builddir

parent 8c8249c0
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,4 @@ install-local: $(PROGRAMS) FORCE
-$(MKDIR) $(bindir)
$(LTINSTALL) $(INSTALLFLAGS) -m 755 saucer $(bindir)
-test -d $(MANDIR) || $(MKDIR) $(mandir) $(MANDIR)
$(INSTALL) $(INSTALLFLAGS) -m 644 saucer.1 $(MANDIR)/saucer.1
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/saucer.1 $(MANDIR)/saucer.1
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