diff options
author | Louie S <louie@example.com> | 2024-07-09 18:11:48 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-07-09 18:11:48 -0400 |
commit | 2705958dc6de68a487597e29d4b9b99ccc6724a0 (patch) | |
tree | 3aa0674f49d947a642749c85a1ca140d6bb9e76c /Makefile.am | |
parent | accd85087031fbfbd5759f42268597cf22d1a97f (diff) |
Incorporate actions with build system
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d9c21c6..d189681 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src docs data nsis spec +SUBDIRS = src actions docs data nsis spec dist_man_MANS = man man1_MANS = man/$(PACKAGE_NAME).1 man5_MANS = man/$(PACKAGE_NAME)-config.5 |