diff options
author | sabetts <sabetts> | 2001-03-02 09:56:57 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-03-02 09:56:57 +0000 |
commit | 5cdbfa14957f5935692dd92d2d11dcad72e4f3d0 (patch) | |
tree | 90201f91eda2547082fe1f94d89916875c9c8f71 /doc/Makefile.am | |
parent | 5dbf5235d67bb93480e3b4a7a0063f066ad347a8 (diff) | |
download | ratpoison-5cdbfa14957f5935692dd92d2d11dcad72e4f3d0.zip |
* main.c (print_version): updated copyright notice.
* doc/Makefile.am (EXTRA_DIST): man page comes with the distro.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index fb58769..fe5f6f6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,2 +1,3 @@ -man_MANS = ratpoison.1 info_TEXINFOS = ratpoison.texi +man_MANS = ratpoison.1 +EXTRA_DIST = $(man_MANS) |