view mcabber/doc/help/Makefile.am @ 1133:9dd28a56128f

Do not create one panel per contact Use a single panel for the chat mode, this is much more memory-efficient, and faster.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 03 Feb 2007 18:06:34 +0100
parents c15e935a3b3f
children c5257cbe6ae4
line wrap: on
line source

helpdir = $(datadir)/mcabber/help

install-data-local:
	$(INSTALL) -d $(DESTDIR)$(datadir)/mcabber/help
	for lang in en de fr nl pl ru uk; do \
		$(INSTALL) -d $(DESTDIR)$(datadir)/mcabber/help/$$lang; \
		$(INSTALL) -m 0644 $(srcdir)/$$lang/* \
		           $(DESTDIR)$(datadir)/mcabber/help/$$lang; \
	done