view mcabber/doc/help/Makefile.am @ 1649:44bbdc961234

Allow commands shading
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 17 Nov 2009 00:51:55 +0200
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