diff options
author | sabetts <sabetts> | 2001-03-02 09:40:59 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-03-02 09:40:59 +0000 |
commit | bfbea3ac8dfd317d3d0f135b98d80bdcb4a84a74 (patch) | |
tree | 9d67364ae6045cbc45b84bb2aa3f8ed18caa4efb /doc/Makefile.am | |
parent | 257289a3ca61b2f4a349f3dc559b3f853ce5fc31 (diff) | |
download | ratpoison-bfbea3ac8dfd317d3d0f135b98d80bdcb4a84a74.zip |
* actions.c (initialize_default_keybindings): removed emacs
binding.
* Makefile.am (SUBDIRS): removed man/
* configure.in (AC_OUTPUT): removed man/Makefile
removed references to emacs.
* doc/Makefile.am (man_MANS): ratpoison.1 moved to doc/
* doc/ratpoison.texi: minor updates.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 96a2f8b..fb58769 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,2 @@ +man_MANS = ratpoison.1 info_TEXINFOS = ratpoison.texi |