diff options
| author | W-Mark Kubacki <wmark@hurrikane.de> | 2010-05-25 23:18:40 +0200 |
|---|---|---|
| committer | W-Mark Kubacki <wmark@hurrikane.de> | 2010-05-25 23:18:40 +0200 |
| commit | 25314771caeea9277e0580f65e6120633a562969 (patch) | |
| tree | de2a7872dd4c45891ace232dc68d4e71101971ea | |
| parent | 9db989a370f9a8e262bce2f69b21b4e2b8536746 (diff) | |
| download | fcgiwrap-25314771caeea9277e0580f65e6120633a562969.tar.xz fcgiwrap-25314771caeea9277e0580f65e6120633a562969.zip | |
added handling of manpages to makefile
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bd0da97..64b8a28 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,6 +6,7 @@ all: fcgiwrap install: all install -d -m 755 $(targetdir) install -m 755 fcgiwrap $(targetdir) + install -m 644 fcgiwrap.8 $(man8dir) fcgiwrap: fcgiwrap.c @CC@ @AM_CFLAGS@ fcgiwrap.c -o fcgiwrap -lfcgi @@ -21,4 +22,4 @@ distclean: clean #>+ 21 uninstall: - rm -f $(targetdir)/fcgiwrap + rm -f $(targetdir)/fcgiwrap $(man8dir)/fcgiwrap.8 |
