From 9f8336c828871a0cacb60569a52a5d3e61ec3d82 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 25 Sep 2002 01:19:18 +0000 Subject: [PATCH] install de LC_MESSAGES --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 73aab1b..66a2db5 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,8 @@ install_doc: install -m 755 etc/dt282x.conf $(INSTALLDIR_DOC)/etc/ install -d $(INSTALLDIR_DOC)/examples/ install -m 644 demo/README demo/*.c $(INSTALLDIR_DOC)/examples/ + install -d $(DESTDIR)/usr/share/locale/de/LC_MESSAGES/ + install -m 644 doc/locale/de/LC_MESSAGES/comedilib.mo $(DESTDIR)/usr/share/locale/de/LC_MESSAGES/ install_distro: install install_perl install_python install -d $(DESTDIR)/etc/pcmcia/ -- 2.26.2