view mcabber/doc/help/Makefile.am @ 1101:4c702f30ff2c

Dutch translation of the help files (Eric Hameleers)
author Mikael Berthe <mikael@lilotux.net>
date Tue, 12 Dec 2006 07:48:41 +0100
parents b3bfdecfd178
children 2ba26f6c060f
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 uk; do \
		$(INSTALL) -d $(DESTDIR)$(datadir)/mcabber/help/$$lang; \
		$(INSTALL) -m 0644 $$lang/* \
		           $(DESTDIR)$(datadir)/mcabber/help/$$lang; \
	done