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) \