From 514f94c2b27c9661514ad1572b75e0f2010eb23c Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Wed, 14 Jun 2006 06:34:55 +0000 Subject: [PATCH] copy AUTHORS file to share dir --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3eaeba087..45d58fa35 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,7 @@ install: fi cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/"; cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/"; + cp AUTHORS "$(DESTDIR)$(PREFIX)/share/gajim/"; mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps"; cp data/pixmaps/gajim.png "$(DESTDIR)$(PREFIX)/share/pixmaps/"; cp data/pixmaps/gajim_about.png "$(DESTDIR)$(PREFIX)/share/pixmaps/";