aboutsummaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Add a Lua PDF generatorPřemysl Eric Janouch2025-01-111-4/+4
| | | | | | | | | | | | | | | Publishing my old invoice layouter in a reusable scripting-based form, rather than an annoyingly fixed binary. Because Lua compiled for C++ might be hard to find, we provide a wrap. Curiously, only GitHub releases seem to contain onelua.c, which is a very handy file. We could have also subprojected libqr, which is in the public domain, however the other main dependencies are also LGPL like libqrencode is. And it is likely to be installed. The user manual also serves as a test.
* meson.build: use set_quoted()Přemysl Eric Janouch2021-11-061-2/+2
|
* Bump version, update NEWSv1.1.1Přemysl Eric Janouch2020-09-061-1/+1
|
* Bump version, update NEWSv1.1Přemysl Eric Janouch2020-09-051-1/+1
|
* Add an instructive man pagePřemysl Eric Janouch2020-09-051-0/+11
|
* Add a --version optionPřemysl Eric Janouch2020-09-051-1/+8
| | | | And fix that --reservation was missing from the optstring.
* meson.build: enable installationPřemysl Janouch2017-12-021-1/+3
|
* Initial commitPřemysl Janouch2017-11-081-0/+3