From 6a7cc596a79ce38c417f9abffb498be934e6dc53 Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 2 May 2024 11:57:35 -0400 Subject: Exploring possibilities of supporting nsis installation on Windows --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index eb3d966..8c15eaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src docs data spec +SUBDIRS = src docs data nsis spec dist_man_MANS = man man1_MANS = man/$(PACKAGE_NAME).1 man5_MANS = man/$(PACKAGE_NAME)-config.5 -- cgit