From 8fc16ab1c450f9ae6cb11a1b565193d0c5ab9d91 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Tue, 4 Dec 2007 04:24:22 +0000 Subject: [PATCH] Through the dubious magic of autoconf, install man files in the proper directory. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1853 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 5 +++++ doc/Makefile.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6ca8562..899ba8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-03 Michael Poole + + * doc/Makefile.in (DATAROOTDIR): Define. + (DATADIR): Likewise. + 2007-11-30 Kevin L. Mitchell * ircd/version.c.SH: correct invalid syntax in shell case/esac diff --git a/doc/Makefile.in b/doc/Makefile.in index eb4f719..985337f 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -27,6 +27,8 @@ SHELL = @SHPROG@ RM = @RMPROG@ @SET_MAKE@ +DATAROOTDIR = @datarootdir@ +DATADIR = @datadir@ MANDIR = @mandir@ #### End of system configuration section. #### -- 2.20.1