Skip to content

Commit

Permalink
Meson: install libpsl man page, DAFSA builder
Browse files Browse the repository at this point in the history
Partially addresses issue #136,
at least when building from a distribution tarball.
  • Loading branch information
SteelPangolin committed Jan 15, 2021
1 parent 6a5e41e commit 62081a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libpsl/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ include $(top_srcdir)/gtk-doc.make

# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST +=
EXTRA_DIST += meson.build

# Files not to distribute
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
Expand Down
1 change: 1 addition & 0 deletions docs/libpsl/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
install_man('libpsl.3')
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,4 @@ subdir('src')
subdir('tools')
subdir('tests')
subdir('fuzz')
subdir(join_paths('docs', 'libpsl'))
1 change: 1 addition & 0 deletions meson.build.in
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,4 @@ subdir('src')
subdir('tools')
subdir('tests')
subdir('fuzz')
subdir(join_paths('docs', 'libpsl'))
1 change: 1 addition & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ pkgconfig.generate(libpsl,
libpsl_dep = declare_dependency(link_with : libpsl,
include_directories : includedir)

install_data('psl-make-dafsa', install_dir : get_option('bindir'))
install_man('psl-make-dafsa.1')

0 comments on commit 62081a0

Please sign in to comment.