aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-09-20 11:14:10 +0200
committerThomas White <taw@physics.org>2023-09-20 11:14:10 +0200
commit7e24b211eeb2257a684e813af0b1cc76bebc5f4c (patch)
tree44d5df9032a678016c4a3eea3db56ae56e4c009b /meson.build
parent4554700b5b67ad6b15c8d23b1d497deaf6ba781f (diff)
Add manual page for align_detector
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 41c4c702..b6f0835e 100644
--- a/meson.build
+++ b/meson.build
@@ -281,7 +281,8 @@ subdir('tests')
pandoc = find_program('pandoc', required: false)
pandoc_pages = ['indexamajig.1.md',
- 'adjust_detector.1.md']
+ 'adjust_detector.1.md',
+ 'align_detector.1.md']
if pandoc.found()
foreach page : pandoc_pages