view mcabber/doc/help/Makefile.am @ 1062:9207f2efb921

Update documentation - /request last - /request vcard - /room bookmark - /roster note ... and a few minor manpage updates.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 30 Nov 2006 23:50:41 +0100
parents f7ef8003fc35
children b3bfdecfd178
line wrap: on
line source

helpdir = $(datadir)/mcabber/help

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