From b25a08e3734f4adae157963166fc2498ce8e4599 Mon Sep 17 00:00:00 2001 From: Jim Nelson Date: Tue, 7 Oct 2014 14:44:02 -0700 Subject: [PATCH] Install Czech and French online help --- help/CMakeLists.txt | 2 ++ help/Makefile.am | 1 + 2 files changed, 3 insertions(+) diff --git a/help/CMakeLists.txt b/help/CMakeLists.txt index b34eb06c..46519ba7 100644 --- a/help/CMakeLists.txt +++ b/help/CMakeLists.txt @@ -15,8 +15,10 @@ set(HELP_FILES # FIXME: don't re-specify this here, instead read it from Makefile.am. set(TRANSLATED + cs el es + fr it ) diff --git a/help/Makefile.am b/help/Makefile.am index 02390c4a..e8dbbebc 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -16,4 +16,5 @@ DOC_PAGES = \ star.page \ write.page +# NOTE: If you add a language here it *must* also be added to help/CMakeLists.txt! DOC_LINGUAS = cs el es fr it