]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Create man page in the make-install-from-git-repo case
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Feb 2016 08:33:16 +0000 (09:33 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Feb 2016 08:33:16 +0000 (09:33 +0100)
Makefile.in

index c6cdc048491c8b63e1da41bcdcb3eaa4f71c38e2..d474f2a7173015796373749f38f7ba8e14f92e92 100644 (file)
@@ -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