From 2705958dc6de68a487597e29d4b9b99ccc6724a0 Mon Sep 17 00:00:00 2001 From: Louie S Date: Tue, 9 Jul 2024 18:11:48 -0400 Subject: Incorporate actions with build system --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit