make install installs man file now

This commit is contained in:
Nikos Kouremenos 2005-05-22 01:47:55 +00:00
parent f774e125e9
commit 98248632b7
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ install:
cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
mkdir -p "$(DESTDIR)$(PREFIX)/share/applications";
cp gajim.desktop "$(DESTDIR)$(PREFIX)/share/applications/";
mkdir -p "$(DESTDIR)$(PREFIX)/man/man1";
cp gajim.1 "$(DESTDIR)$(PREFIX)/man/man1";
mkdir -p "$(DESTDIR)$(PREFIX)/lib/gajim";
for f in $(FILES_LIB) ; do \
cp "$$f" "$(DESTDIR)$(PREFIX)/lib/gajim/"; \