copy AUTHORS file to share dir

This commit is contained in:
Dimitur Kirov 2006-06-14 06:34:55 +00:00
parent 46d0344c61
commit 514f94c2b2
1 changed files with 1 additions and 0 deletions

View File

@ -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/";