Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2007-12-04 04:24:33 UTC

Modified files:
  Tag: u2_10_12_branch
     doc/Makefile.in ChangeLog

Log message:

Through the dubious magic of autoconf, install man files in the proper 
directory.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.221 ircu2.10/ChangeLog:1.710.2.222
--- ircu2.10/ChangeLog:1.710.2.221      Fri Nov 30 15:50:03 2007
+++ ircu2.10/ChangeLog  Mon Dec  3 20:24:22 2007
@@ -1,3 +1,8 @@
+2007-12-03  Michael Poole <[EMAIL PROTECTED]>
+
+       * doc/Makefile.in (DATAROOTDIR): Define.
+       (DATADIR): Likewise.
+       
 2007-11-30  Kevin L. Mitchell  <[EMAIL PROTECTED]>
 
        * ircd/version.c.SH: correct invalid syntax in shell case/esac
Index: ircu2.10/doc/Makefile.in
diff -u ircu2.10/doc/Makefile.in:1.3.20.1 ircu2.10/doc/Makefile.in:1.3.20.2
--- ircu2.10/doc/Makefile.in:1.3.20.1   Wed Jan 11 19:02:50 2006
+++ ircu2.10/doc/Makefile.in    Mon Dec  3 20:24:22 2007
@@ -27,6 +27,8 @@
 RM = @RMPROG@
 @SET_MAKE@
 
+DATAROOTDIR = @datarootdir@
+DATADIR = @datadir@
 MANDIR = @mandir@
 
 #### End of system configuration section. ####
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to