view mcabber/doc/help/Makefile.am @ 1100:2bef748356de

Do not strip quotes in /room privmsg
author Mikael Berthe <mikael@lilotux.net>
date Sun, 10 Dec 2006 15:26:18 +0100
parents b3bfdecfd178
children 4c702f30ff2c
line wrap: on
line source

helpdir = $(datadir)/mcabber/help

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