view mcabber/doc/help/Makefile.am @ 1161:45d3b9dda43d

Fix a MUC problem with some servers Do not assume the role is set to None when somebody leaves a room.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 16 Feb 2007 16:05:02 +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