diff options
author | Louie S <louie@example.com> | 2023-03-04 13:54:54 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-03-04 13:54:54 -0800 |
commit | c50c292fc754106003e21474c07b03e81889dba9 (patch) | |
tree | db3e8fb9a2d64f71c6971d3c26e89c1863009e61 /Makefile.am | |
parent | 00403d8413157e08eeaba7a1932f17c3c7b0758e (diff) |
Create separate Makefile for spec directory
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 11c73d0..eb3d966 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = src docs data +SUBDIRS = src docs data spec dist_man_MANS = man man1_MANS = man/$(PACKAGE_NAME).1 man5_MANS = man/$(PACKAGE_NAME)-config.5 -EXTRA_DIST = debian spec +EXTRA_DIST = debian |