diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-13 21:41:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-13 21:41:56 +0300 |
commit | fb0f86589ae9e2d582383cea43e0a391e8d4739d (patch) | |
tree | dd4fc71e502b302a17eec8c8d6034cacf3158a82 /data/help/pt/tips/Makefile.am | |
parent | e364eb8a2d1bc92af484a2251723275628fe3c18 (diff) | |
download | plus-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/tips/Makefile.am')
-rw-r--r-- | data/help/pt/tips/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/help/pt/tips/Makefile.am b/data/help/pt/tips/Makefile.am new file mode 100644 index 000000000..50cc9810a --- /dev/null +++ b/data/help/pt/tips/Makefile.am @@ -0,0 +1,22 @@ + +helppttipsdir = $(pkgdatadir)/data/help/pt/tips + +helppttips_DATA = \ + 1.txt \ + 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 |