From: Joel Rosdahl Date: Sun, 7 Feb 2016 08:33:16 +0000 (+0100) Subject: Create man page in the make-install-from-git-repo case X-Git-Tag: v3.2.5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b86784902d28defd5e475c8922de594787df4541;p=thirdparty%2Fccache.git Create man page in the make-install-from-git-repo case --- diff --git a/Makefile.in b/Makefile.in index c6cdc0484..d474f2a71 100644 --- a/Makefile.in +++ b/Makefile.in @@ -76,7 +76,7 @@ ccache$(EXEEXT): $(ccache_objs) $(extra_libs) $(CC) $(all_cflags) -o $@ $(ccache_objs) $(LDFLAGS) $(extra_libs) $(LIBS) .PHONY: install -install: all +install: all $(srcdir)/ccache.1 $(installcmd) -d $(DESTDIR)$(bindir) $(installcmd) -m 755 ccache$(EXEEXT) $(DESTDIR)$(bindir) $(installcmd) -d $(DESTDIR)$(mandir)/man1