2009-03-08 David Planella <david.planella@gmail.com> Added Catalan translation of the Evolution welcome e-mail and quick reference * configure.in: Added Makefiles for the Catalan translations of the welcome e-mail and quick reference. * mail/default/Makefile.am: Added Catalan (ca) to the list of subdirectories * mail/default/ca/Inbox: Added Catalan translation by David Planella * mail/default/ca/Makefile.am: Created Makefile template * help/quickref/Makefile.am: Added Catalan (ca) to the list of subdirectories * help/quickref/ca/Makefile.am: Created Makefile template * help/quickref/ca/quickref.pdf: Created PDF output from the translation * help/quickref/ca/quickref.tex: Created Catalan translation by David Planella svn path=/trunk/; revision=37380
9 lines
154 B
Makefile
9 lines
154 B
Makefile
HELP_FILES = quickref.pdf
|
|
|
|
quickrefdir = $(evolutionhelpdir)/quickref/ca
|
|
quickref_DATA = $(HELP_FILES)
|
|
|
|
EXTRA_DIST = \
|
|
$(HELP_FILES) \
|
|
quickref.tex
|