diff options
author | Louie S <louie@example.com> | 2024-05-02 11:57:35 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-05-02 11:57:35 -0400 |
commit | 6a7cc596a79ce38c417f9abffb498be934e6dc53 (patch) | |
tree | b50588a063705fc1da26d618f130be5727f42899 /Makefile.in | |
parent | e71d1bcbae0775ec756f3de98b5c255df3e90243 (diff) |
Exploring possibilities of supporting nsis installation on Windows
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ec58d27..ab58c0e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -332,7 +332,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -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 |