diff options
author | Scott Balneaves <[email protected]> | 2013-04-30 13:13:31 -0500 |
---|---|---|
committer | Scott Balneaves <[email protected]> | 2013-04-30 13:15:50 -0500 |
commit | 18d379692f6da7ce965bded16cbe9f3535ac76e0 (patch) | |
tree | eb8fa327bd8510a99ef6c69a0616e79ec3ded650 /Makefile.am | |
parent | 696ecd789f37f977ab13fa2198772c16fe6f93a4 (diff) | |
download | eom-18d379692f6da7ce965bded16cbe9f3535ac76e0.tar.bz2 eom-18d379692f6da7ce965bded16cbe9f3535ac76e0.tar.xz |
Added manpages. Closes #14
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5b63e52..df3b849 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ if ENABLE_JPEG jpeg_DIRS = jpegutils endif -SUBDIRS = $(jpeg_DIRS) cut-n-paste bindings src plugins po help data doc +SUBDIRS = $(jpeg_DIRS) cut-n-paste bindings src man plugins po help data doc EXTRA_DIST = \ HACKING \ |