aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-09-14 18:21:42 +0200
committerThomas White <taw@physics.org>2023-09-18 13:05:01 +0200
commit4c5d675e9fbc00c27acdf0b1eb3e02d38bee51df (patch)
tree7862d1df8515d374c687c97cc125ef68f87951d8 /meson.build
parente84f8c67fbeca8d82633287032f8cb2a828f1b1a (diff)
Convert indexamajig(1) manual page to Markdown
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index d9fae8aa..27fa4af0 100644
--- a/meson.build
+++ b/meson.build
@@ -281,7 +281,8 @@ subdir('tests')
pandoc = find_program('pandoc', required: false)
-pandoc_pages = ['adjust_detector.1.md']
+pandoc_pages = ['indexamajig.1.md',
+ 'adjust_detector.1.md']
if pandoc.found()
foreach page : pandoc_pages
@@ -303,7 +304,6 @@ install_man(['doc/man/ambigator.1',
'doc/man/crystfel.7',
'doc/man/crystfel_geometry.5',
'doc/man/get_hkl.1',
- 'doc/man/indexamajig.1',
'doc/man/list_events.1',
'doc/man/list_events.1',
'doc/man/make_pixelmap.1',