X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=zilasm%2FMakefile.am;fp=zilasm%2FMakefile.am;h=5134797e6ee041a9cf829e007c29199a42dd605b;hb=5db546ee101b3f6c5abf5c626d5b95202272d70f;hp=9378980dcf0a0e5f0f16bcf873d56cbf96625ba9;hpb=66cf6bfb1e747b53df3c0d62e62815a5729053fc;p=zilutils.git diff --git a/zilasm/Makefile.am b/zilasm/Makefile.am index 9378980..5134797 100644 --- a/zilasm/Makefile.am +++ b/zilasm/Makefile.am @@ -19,6 +19,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later bin_PROGRAMS = zilasm - +man_MANS = zilasm.1 zilasm_SOURCES = main.c opcodes.c symtable.c header.c parser.c directives.c labels.c zmem.c include_HEADERS = opcodes.h symtable.h header.h parser.h directives.h labels.h zmem.h