Skip to content

Commit 2b85ea6

Browse files
committed
Added installation target for the src-to-paps script
1 parent 4dd0c5f commit 2b85ea6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

meson.build

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,12 @@ config_h = configure_file(output: 'config.h', configuration: cdata)
6060

6161
incs = include_directories('.', 'src')
6262

63+
# Install the src-to-paps script with its pango_markup.outlang
64+
# dependancy.
65+
install_data(['misc/pango_markup.outlang'],
66+
install_dir : 'share/paps')
67+
68+
install_data(['scripts/src-to-paps'],
69+
install_dir : 'bin')
70+
6371
subdir('src')

0 commit comments

Comments
 (0)