[Github-comments] [geany/geany] WIP: Meson build system (#2761)
Thomas Martitz
notifications at xxxxx
Sun Jan 23 21:48:22 UTC 2022
@kugel- commented on this pull request.
> @@ -0,0 +1,128 @@
+configure_file(input: 'geany.1.in',
+ output: 'geany.1',
+ install: true,
+ install_dir: join_paths(join_paths(prefix, get_option('mandir'), 'man1')),
+ configuration: cdata)
+
+if rst2pdf.found()
+ custom_target('pdf-manual',
+ input: ['geany.txt'],
+ output: ['geany- at 0@.pdf'.format(cdata.get('VERSION'))],
+ command: [rst2pdf, '@INPUT@', '-o', '@OUTPUT@'],
+ build_by_default: true)
+endif
+
+tarball = run_command('test', '-f', 'geany.html')
I'm aiming to be compatible to Ubuntu 18.04, meaning meson 0.45. That has bitten a few times already ;-)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2761#discussion_r790335113
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/2761/review/860375838 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220123/e958d9bf/attachment-0001.htm>
More information about the Github-comments
mailing list