summaryrefslogtreecommitdiffstats
path: root/scripting/Pyuno_mailmerge.mk
Commit message (Collapse)AuthorAgeFilesLines
* pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl2014-12-021-1/+0
| | | | | | | | | | | | | | ... because at least in Fedora packages with system python it's a pain to use officehelper.bootstrap() because unlike pyuno it is not installed in the standard python directories but in libreoffice/program. You might think that bootstrap() is not appropriate functionality for a UNO langauge binding, but then why does ::cppu::bootstrap() exist? Change-Id: I5fd4b344a811c087d32fb6304e55105ab3cb137e Reviewed-on: https://gerrit.libreoffice.org/12968 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* prefer makefile-gmake-modeTakeshi Abe2014-04-281-1/+1
| | | | Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+4
|
* install Pyuno using PackageDavid Tardon2013-04-131-1/+1
| | | | Change-Id: Iabc029091096c82ff2dc79f0fad8f2bf9ee89514
* convert scripting to gbuild - first stepMatúš Kukan2011-10-011-0/+39
There are java and extensions missing.