Through the dubious magic of autoconf, install man files in the proper directory.
authorMichael Poole <mdpoole@troilus.org>
Tue, 4 Dec 2007 04:24:22 +0000 (04:24 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 4 Dec 2007 04:24:22 +0000 (04:24 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1853 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
doc/Makefile.in

index 6ca8562c4db3d5112fb82f1db8e247419f7e15c3..899ba8ae47cbba3beca78a2cd5c50c52db25f492 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-03  Michael Poole <mdpoole@troilus.org>
+
+       * doc/Makefile.in (DATAROOTDIR): Define.
+       (DATADIR): Likewise.
+       
 2007-11-30  Kevin L. Mitchell  <klmitch@mit.edu>
 
        * ircd/version.c.SH: correct invalid syntax in shell case/esac
 2007-11-30  Kevin L. Mitchell  <klmitch@mit.edu>
 
        * ircd/version.c.SH: correct invalid syntax in shell case/esac
index eb4f719171f627aad41cb3963ff2f6ef26338e6e..985337ff1d5a94281b4c2a7c05bef26d6c18c107 100644 (file)
@@ -27,6 +27,8 @@ SHELL = @SHPROG@
 RM = @RMPROG@
 @SET_MAKE@
 
 RM = @RMPROG@
 @SET_MAKE@
 
+DATAROOTDIR = @datarootdir@
+DATADIR = @datadir@
 MANDIR = @mandir@
 
 #### End of system configuration section. ####
 MANDIR = @mandir@
 
 #### End of system configuration section. ####