aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-03-31 13:54:20 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commit0e9169e24fcfc4599a62f85991f407f257fec520 (patch)
tree0e79c49c6fc29c824a4f1fa72749f25c100ad390 /doc/man/meson.build
parent91c0c68e153118f4d64c137d78882ee95830c307 (diff)
downloadserd-0e9169e24fcfc4599a62f85991f407f257fec520.tar.gz
serd-0e9169e24fcfc4599a62f85991f407f257fec520.tar.bz2
serd-0e9169e24fcfc4599a62f85991f407f257fec520.zip
Rename serdi to serd-pipe
Diffstat (limited to 'doc/man/meson.build')
-rw-r--r--doc/man/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/meson.build b/doc/man/meson.build
index 323a8c4d..ae0c1c51 100644
--- a/doc/man/meson.build
+++ b/doc/man/meson.build
@@ -21,7 +21,7 @@ if not get_option('tools').disabled()
)
endif
- install_man(files('serdi.1'))
+ install_man(files('serd-pipe.1'))
endif
# Build/install HTML man pages if mandoc is present
@@ -44,7 +44,7 @@ if not get_option('tools').disabled()
]
page_names = [
- 'serdi',
+ 'serd-pipe',
]
html_mandir = docdir / versioned_name / 'man'