view mcabber/doc/help/Makefile.am @ 1704:ab502d645378

Update display_server_error() Do not display the error code if we can give a tag or description.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 08 Feb 2010 19:36:56 +0100
parents e7435238e963
children
line wrap: on
line source

helpdir = $(datadir)/mcabber/help

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