From a1fad74f0ea67e47b11c79f417df848b8423df72 Mon Sep 17 00:00:00 2001 From: inglorion Date: Wed, 30 Sep 2009 08:44:46 +0200 Subject: [PATCH] Install LICENSE file along with the other documentation. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 08d6320..5ec6fa6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -8,6 +8,6 @@ distclean : install : all mkdir -p $(DESTDIR)$(DOCDIR)/voodoo - cp README language.html style.css $(DESTDIR)$(DOCDIR)/voodoo + cp LICENSE README language.html style.css $(DESTDIR)$(DOCDIR)/voodoo .PHONY : all clean distclean install -- 2.11.4.GIT