From: Peter Lemenkov Date: Sat, 12 Jun 2010 12:24:12 +0000 (+0400) Subject: Install COPYING file along with other docs X-Git-Tag: v2.1.5~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2477b735bf5eba52a8e10d0bfe2352196338c50d;p=ejabberd Install COPYING file along with other docs It's a generally good idea to provide file with licensing terms. Signed-off-by: Peter Lemenkov --- diff --git a/src/Makefile.in b/src/Makefile.in index c7bcdc1f4..94fa8b1ac 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -257,6 +257,7 @@ install: all [ -f ../doc/guide.pdf ] \ && install -m 644 ../doc/guide.pdf $(DOCDIR) \ || echo "No ../doc/guide.pdf was built" + install -m 644 ../COPYING $(DOCDIR) uninstall: uninstall-binary