view mcabber/doc/help/Makefile.am @ 1549:e7435238e963

New Czech translation (Vic)
author Mikael Berthe <mikael@lilotux.net>
date Thu, 09 Oct 2008 19:15:33 +0200
parents c5257cbe6ae4
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