[latexila] Documentation: integration with GNOME Damned Lies
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Documentation: integration with GNOME Damned Lies
- Date: Tue, 19 Jul 2011 22:00:04 +0000 (UTC)
commit 948f6f5b6c219b1c5bf51150c99659c867dde54f
Author: SÃbastien Wilmet <swilmet src gnome org>
Date: Tue Jul 19 23:59:40 2011 +0200
Documentation: integration with GNOME Damned Lies
cmake/itstool.cmake | 2 +-
help/Makefile.am | 9 ++
help/{ => de}/de.po | 0
help/help.pot | 192 -----------------------------------------------
help/update_help_pot.sh | 9 --
5 files changed, 10 insertions(+), 202 deletions(-)
---
diff --git a/cmake/itstool.cmake b/cmake/itstool.cmake
index c97951d..3d069c3 100644
--- a/cmake/itstool.cmake
+++ b/cmake/itstool.cmake
@@ -12,7 +12,7 @@ function (itstool target_name src_dir tmp_dir install_dir)
set (all_new_files)
# Foreach language
- file (GLOB po_files "${src_dir}/*.po")
+ file (GLOB_RECURSE po_files "${src_dir}/*.po")
foreach (po_file ${po_files})
# Get the language name
get_filename_component (lang ${po_file} NAME_WE)
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..c3535a9
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,9 @@
+# The unique purpose of this file is for GNOME Damned Lies integration
+
+DOC_ID = latexila
+
+DOC_PAGES = \
+ build_tools.page \
+ index.page
+
+DOC_LINGUAS = de
diff --git a/help/de.po b/help/de/de.po
similarity index 100%
rename from help/de.po
rename to help/de/de.po
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]