components/tcl/tk/patches/2.makefile.patch
changeset 225 2f3e03a69313
equal deleted inserted replaced
224:b0ca638fab1b 225:2f3e03a69313
       
     1 --- tk8.5.9/unix/Makefile.in.~1~	2010-09-02 11:12:14.000000000 -0700
       
     2 +++ tk8.5.9/unix/Makefile.in	2011-04-17 15:41:11.333992473 -0700
       
     3 @@ -80,11 +80,11 @@
       
     4  
       
     5  # Directory in which to install manual entries for Tk's C library
       
     6  # procedures:
       
     7 -MAN3_INSTALL_DIR	= $(MAN_INSTALL_DIR)/man3
       
     8 +MAN3_INSTALL_DIR	= $(MAN_INSTALL_DIR)/man3tk
       
     9  
       
    10  # Directory in which to install manual entries for the built-in
       
    11  # Tcl commands implemented by Tk:
       
    12 -MANN_INSTALL_DIR	= $(MAN_INSTALL_DIR)/mann
       
    13 +MANN_INSTALL_DIR	= $(MAN_INSTALL_DIR)/man1t
       
    14  
       
    15  # Path to the html documentation dir:
       
    16  HTML_DIR		= @HTML_DIR@