target_alias = @target_alias@
errordir = $(datadir)/errors
DEFAULT_ERROR_DIR = $(errordir)
-INSTALL_LANGUAGES = @ERR_LANGUAGES@
+INSTALL_LANGUAGES = templates @ERR_LANGUAGES@
LANGUAGES = \
Armenian \
Azerbaijani \
fi
dist-hook:
- @ for lang in $(LANGUAGES); do \
+ @ for lang in $(LANGUAGES) templates; do \
if test "$$lang" = .; then :; else \
test -d $(distdir)/$$lang \
|| mkdir $(distdir)/$$lang \
cp -p $(srcdir)/$$lang/ERR_* $(distdir)/$$lang \
|| exit 1; \
fi; \
- done
+ done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: