diff options
author | Louie Shprung <lshprung@scu.edu> | 2023-02-17 14:50:51 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2023-02-17 14:50:51 -0800 |
commit | 37356007a0365a26d5a287320591cfe7f8490714 (patch) | |
tree | b2353dc65b0ef2732b41d267a4bf33e46a4b4628 /Makefile.am | |
parent | 0139e38d10d7a2e50bc07a7a10a9fffbf1761c78 (diff) |
Improved dist target by properly including all docs and separating man pages
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1afe8bd..6005a31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,6 @@ SUBDIRS = src -dist_doc_DATA = docs/README.md +dist_doc_DATA = docs/* +#dist_man_MANS = man/terminal-media-launcher.1 man/terminal-media-launcher-config.5 +dist_man_MANS = man +man1_MANS = man/terminal-media-launcher.1 +man5_MANS = man/terminal-media-launcher-config.5 |