From 8a5680bc944377196e04c6783a919fb575348282 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 9 Jan 2001 18:42:52 +0000 Subject: [PATCH] * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP. --- ChangeLog | 4 ++++ lib/Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index e3f87ca77..d973e46d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-09 Pavel Roskin + + * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP. + 2001-01-08 Szabolcs Ban * lib/mc.hlp.hu: Added Hungarian help file from diff --git a/lib/Makefile.am b/lib/Makefile.am index fab6f276d..7e366a487 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,6 +29,7 @@ mclib_DATA = $(LIBFILES_CONST) $(LIBFILES_OUT) $(LOCALIZED_HELP) # Files processed by configure don't need to be here EXTRA_DIST = \ $(LIBFILES_CONST) \ + $(LOCALIZED_HELP) \ $(conf_DATA) \ $(desktop_DATA) \ $(ti_DATA) \