diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-18 17:17:35 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-18 17:17:35 -0500 |
commit | d68f6556449d3533bf368baa8631fbbcef125133 (patch) | |
tree | f7a3758f83fa68ee3ed2dbc6768a5b89d5714c8f /Makefile.am | |
parent | d4efe353dae3cb80f2ffdd736d68d90d3a4c7ce6 (diff) |
Fix manpage build
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7ad8ec07ac..1b30e1e38b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,5 +7,9 @@ SUBDIRS = \ keymaps \ keymaps-force-release \ docs \ - man \ test + +if ENABLE_MANPAGES +SUBDIRS += \ + man +endif |