diff options
author | Duarte Loreto <happyguy_pt@hotmail.com> | 2007-06-08 01:57:00 +0800 |
---|---|---|
committer | Duarte Loreto <dnloreto@src.gnome.org> | 2007-06-08 01:57:00 +0800 |
commit | 886b9463d6274b2a274f0bb06356889d0f7805ac (patch) | |
tree | 7f2ce52fb216caf588a0734293fab0fc0c40e074 /help/quickref/pt/Makefile.am | |
parent | 89bcd31f6c771e968db8f9baef110db5ebec148b (diff) | |
download | gsoc2013-evolution-886b9463d6274b2a274f0bb06356889d0f7805ac.tar.gz gsoc2013-evolution-886b9463d6274b2a274f0bb06356889d0f7805ac.tar.zst gsoc2013-evolution-886b9463d6274b2a274f0bb06356889d0f7805ac.zip |
Added for Portuguese Added Portuguese translation. Added PDF conversion of
2007-06-07 Duarte Loreto <happyguy_pt@hotmail.com>
* quickref/pt/Makefile.am: Added for Portuguese
* quickref/pt/quickref.tex: Added Portuguese translation.
* quickref/pt/quickref.pdf: Added PDF conversion of trans.
* quickref/Makefile.am: Added Portuguese (pt) to subdirs.
svn path=/trunk/; revision=33663
Diffstat (limited to 'help/quickref/pt/Makefile.am')
-rw-r--r-- | help/quickref/pt/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/help/quickref/pt/Makefile.am b/help/quickref/pt/Makefile.am new file mode 100644 index 0000000000..446640dce9 --- /dev/null +++ b/help/quickref/pt/Makefile.am @@ -0,0 +1,8 @@ +HELP_FILES = quickref.pdf + +quickrefdir = $(evolutionhelpdir)/quickref/pt +quickref_DATA = $(HELP_FILES) + +EXTRA_DIST = \ + $(HELP_FILES) \ + quickref.tex |