diff options
Diffstat (limited to 'data/help/pt_BR/tips/Makefile.am')
-rw-r--r-- | data/help/pt_BR/tips/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/help/pt_BR/tips/Makefile.am b/data/help/pt_BR/tips/Makefile.am new file mode 100644 index 000000000..189fca54d --- /dev/null +++ b/data/help/pt_BR/tips/Makefile.am @@ -0,0 +1,24 @@ + +helptipsdir = $(pkgdatadir)/data/help/pt_BR/tips + +helptips_DATA = \ + 1.txt \ + 1-1.jpg \ + 1-2.jpg \ + 2.txt \ + 3.txt \ + 4.txt \ + 5.txt \ + 6.txt \ + 7.txt \ + 8.txt \ + 9.txt \ + 10.txt \ + 11.txt \ + 12.txt \ + 13.txt \ + 14.txt + +EXTRA_DIST = \ + $(helptips_DATA) \ + CMakeLists.txt |