summaryrefslogtreecommitdiff
path: root/data/help/pt_BR
diff options
context:
space:
mode:
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 \