summaryrefslogtreecommitdiff
path: root/data/help/pt_BR
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-13 21:41:56 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-13 21:41:56 +0300
commitfb0f86589ae9e2d582383cea43e0a391e8d4739d (patch)
treedd4fc71e502b302a17eec8c8d6034cacf3158a82 /data/help/pt_BR
parente364eb8a2d1bc92af484a2251723275628fe3c18 (diff)
downloadplus-fb0f86589ae9e2d582383cea43e0a391e8d4739d.tar.gz
plus-fb0f86589ae9e2d582383cea43e0a391e8d4739d.tar.bz2
plus-fb0f86589ae9e2d582383cea43e0a391e8d4739d.tar.xz
plus-fb0f86589ae9e2d582383cea43e0a391e8d4739d.zip
Rename pt_PT help dir to pt. Fix make files in tips dirs.
Add support for pt/pt_BR help in windows installer.
Diffstat (limited to 'data/help/pt_BR')
-rw-r--r--data/help/pt_BR/.placeholder0
-rw-r--r--data/help/pt_BR/CMakeLists.txt1
-rw-r--r--data/help/pt_BR/Makefile.am3
-rw-r--r--data/help/pt_BR/tips/1-1.jpgbin42139 -> 0 bytes
-rw-r--r--data/help/pt_BR/tips/1-2.jpgbin26274 -> 0 bytes
-rw-r--r--data/help/pt_BR/tips/CMakeLists.txt2
-rw-r--r--data/help/pt_BR/tips/Makefile.am6
7 files changed, 6 insertions, 6 deletions
diff --git a/data/help/pt_BR/.placeholder b/data/help/pt_BR/.placeholder
deleted file mode 100644
index e69de29bb..000000000
--- a/data/help/pt_BR/.placeholder
+++ /dev/null
diff --git a/data/help/pt_BR/CMakeLists.txt b/data/help/pt_BR/CMakeLists.txt
new file mode 100644
index 000000000..afe7f1f69
--- /dev/null
+++ b/data/help/pt_BR/CMakeLists.txt
@@ -0,0 +1 @@
+ADD_SUBDIRECTORY(tips)
diff --git a/data/help/pt_BR/Makefile.am b/data/help/pt_BR/Makefile.am
new file mode 100644
index 000000000..87886992e
--- /dev/null
+++ b/data/help/pt_BR/Makefile.am
@@ -0,0 +1,3 @@
+SUBDIRS = tips
+
+EXTRA_DIST = CMakeLists.txt
diff --git a/data/help/pt_BR/tips/1-1.jpg b/data/help/pt_BR/tips/1-1.jpg
deleted file mode 100644
index 855e72315..000000000
--- a/data/help/pt_BR/tips/1-1.jpg
+++ /dev/null
Binary files differ
diff --git a/data/help/pt_BR/tips/1-2.jpg b/data/help/pt_BR/tips/1-2.jpg
deleted file mode 100644
index 3028e6ce6..000000000
--- a/data/help/pt_BR/tips/1-2.jpg
+++ /dev/null
Binary files differ
diff --git a/data/help/pt_BR/tips/CMakeLists.txt b/data/help/pt_BR/tips/CMakeLists.txt
index f97db0cc0..8ebbca23c 100644
--- a/data/help/pt_BR/tips/CMakeLists.txt
+++ b/data/help/pt_BR/tips/CMakeLists.txt
@@ -1,7 +1,5 @@
SET(FILES
1.txt
- 1-1.jpg
- 1-2.jpg
2.txt
3.txt
4.txt
diff --git a/data/help/pt_BR/tips/Makefile.am b/data/help/pt_BR/tips/Makefile.am
index 189fca54d..480f0f23c 100644
--- a/data/help/pt_BR/tips/Makefile.am
+++ b/data/help/pt_BR/tips/Makefile.am
@@ -1,10 +1,8 @@
-helptipsdir = $(pkgdatadir)/data/help/pt_BR/tips
+helpptbrtipsdir = $(pkgdatadir)/data/help/pt_BR/tips
-helptips_DATA = \
+helpptbrtips_DATA = \
1.txt \
- 1-1.jpg \
- 1-2.jpg \
2.txt \
3.txt \
4.txt \