From 5e84d7b76ce1cccdaf0900d62a94d0d1d88cdd62 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Sun, 14 Jul 2024 22:30:34 +0200 Subject: convert to the meson build system This removes a lot of files. Remove all conf-* files. The settings move to meson.options. Add editor config. Remove the auto_*.h files. They move to config.h.in. --- man/meson.build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 man/meson.build (limited to 'man/meson.build') diff --git a/man/meson.build b/man/meson.build new file mode 100644 index 0000000..4668b69 --- /dev/null +++ b/man/meson.build @@ -0,0 +1,4 @@ +if not get_option('lib-only') + install_man('https@.1', 'sslcat.1', 'sslclient.1', 'sslconnect.1', 'sslhandle.1', 'sslserver.1') +endif +install_man('ucspi-tls.2') -- cgit v1.2.3