diff options
author | rcyeske <rcyeske> | 2001-02-19 21:02:19 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-19 21:02:19 +0000 |
commit | 29937a877c56ecd5eb85cd1d92676414a0b7c5d7 (patch) | |
tree | 1225d3cc6d92dd1d7c97a573f524518b2b52f521 | |
parent | ca1359e0e9ca080b7ad7807435a2397bf25bc3a7 (diff) | |
download | ratpoison-29937a877c56ecd5eb85cd1d92676414a0b7c5d7.zip |
removed man from SUBDIRS
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f201d77..8c26a65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## -## $Id: Makefile.am,v 1.4 2001/02/19 20:51:40 rcyeske Exp $ +## $Id: Makefile.am,v 1.5 2001/02/19 21:02:19 rcyeske Exp $ PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -27,7 +27,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 \ config.guess config.h.in config.sub configure \ install-sh missing mkinstalldirs stamp-h.in -SUBDIRS = src doc man +SUBDIRS = src doc docdir = $(datadir)/doc/$(PACKAGE) doc_DATA = AUTHORS COPYING ChangeLog NEWS README |