view mcabber/doc/help/Makefile.am @ 1430:12847b0ea8c9

Add an option "-q" (quiet) to /say_to New prototype: /SAY_TO [-q] jid message Useful for non-interactive commands (FIFO, external sourced files...)
author Mikael Berthe <mikael@lilotux.net>
date Wed, 20 Feb 2008 21:26:54 +0100
parents c5257cbe6ae4
children e7435238e963
line wrap: on
line source

helpdir = $(datadir)/mcabber/help

install-data-local:
	$(INSTALL) -d $(DESTDIR)$(datadir)/mcabber/help
	for lang in en 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