aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/jalv.13
-rw-r--r--doc/jalv.gtk.158
-rw-r--r--doc/jalv.gtk3.11
-rw-r--r--doc/jalv.qt5.11
-rw-r--r--doc/meson.build12
5 files changed, 5 insertions, 70 deletions
diff --git a/doc/jalv.1 b/doc/jalv.1
index 91976b2..068596c 100644
--- a/doc/jalv.1
+++ b/doc/jalv.1
@@ -48,7 +48,7 @@ Print control output changes to stdout.
\fB\-s\fR
Show plugin UI if possible.
-This option only works when plugins provide a UI that is usable via the non-embeddable showHide interface. For other, embeddable UIs, use jalv.gtk(1) or jalv.qt(1).
+This option only works when plugins provide a UI that is usable via the non-embeddable showHide interface. For other, embeddable UIs, use jalv.gtk3(1) or jalv.qt5(1).
.TP
\fB\-t\fR
@@ -72,7 +72,6 @@ The Jalv prompt supports several commands for interactive control:
\fBSYMBOL = VALUE\fR Set control value by symbol
.SH "SEE ALSO"
-.BR jalv.gtk(1),
.BR jalv.gtk3(1),
.BR jalv.qt5(2),
.BR lv2ls(1),
diff --git a/doc/jalv.gtk.1 b/doc/jalv.gtk.1
deleted file mode 100644
index cabe37f..0000000
--- a/doc/jalv.gtk.1
+++ /dev/null
@@ -1,58 +0,0 @@
-.TH JALV.GTK 1 "18 Feb 2017"
-
-.SH NAME
-.B jalv.gtk \- Run an LV2 plugin as a JACK application (Gtk version).
-
-.SH SYNOPSIS
-.B jalv.gtk [OPTION]... PLUGIN_URI
-
-.SH OPTIONS
-
-.TP
-\fB\-b SIZE\fR
-Buffer size for plugin <=> UI communication.
-
-.TP
-\fB\-c SYM=VAL\fR
-Set control value (e.g. "vol=1.4").
-
-.TP
-\fB\-d\fR, \fB\-\-dump\fR
-Dump plugin <=> UI communication.
-
-.TP
-\fB\-U URI\fR
-Load the UI with the given URI.
-
-.TP
-\fB\-g\fR, \fB\-\-generic\-ui\fR
-Use Jalv generic UI and not the plugin UI.
-
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print the command line options.
-
-.TP
-\fB\-l DIR\fR, \fB\-\-load DIR\fR
-Load state from state directory.
-
-.TP
-\fB\-p\fR, \fB\-\-print\-controls\fR
-Print control output changes to stdout.
-
-.TP
-\fB\-t\fR, \fB\-\-trace\fR
-Print trace messages from plugin.
-
-.SH "SEE ALSO"
-.BR jalv(1),
-.BR jalv.gtk3(1),
-.BR jalv.qt5(1),
-.BR lv2ls(1),
-.BR jackd(1)
-
-.SH AUTHOR
-jalv was written by David Robillard <d@drobilla.net>
-.PP
-This manual page was written by Jaromír Mikes <mira.mikes@seznam.cz>
-and David Robillard <d@drobilla.net>
diff --git a/doc/jalv.gtk3.1 b/doc/jalv.gtk3.1
index e9da7e4..1cb8dc1 100644
--- a/doc/jalv.gtk3.1
+++ b/doc/jalv.gtk3.1
@@ -46,7 +46,6 @@ Print trace messages from plugin.
.SH "SEE ALSO"
.BR jalv(1),
-.BR jalv.gtk(1),
.BR jalv.qt5(1),
.BR lv2ls(1),
.BR jackd(1)
diff --git a/doc/jalv.qt5.1 b/doc/jalv.qt5.1
index 14429fb..14fa57f 100644
--- a/doc/jalv.qt5.1
+++ b/doc/jalv.qt5.1
@@ -13,7 +13,6 @@ developer testing purposes, for a production ready program use jalv.gtk.
.SH "SEE ALSO"
.BR jalv(1),
-.BR jalv.gtk(1),
.BR jalv.gtk3(1),
.BR lv2ls(1),
.BR jackd(1)
diff --git a/doc/meson.build b/doc/meson.build
index 6a0781c..be25581 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -1,16 +1,12 @@
-# Copyright 2022 David Robillard <d@drobilla.net>
+# Copyright 2022-2023 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
-install_man('jalv.1')
-
-if not get_option('gtk2').disabled()
- install_man('jalv.gtk.1')
-endif
+install_man(files('jalv.1'))
if not get_option('gtk3').disabled()
- install_man('jalv.gtk3.1')
+ install_man(files('jalv.gtk3.1'))
endif
if not get_option('qt5').disabled()
- install_man('jalv.qt5.1')
+ install_man(files('jalv.qt5.1'))
endif