Show
Ignore:
Timestamp:
06/14/08 20:25:46 (6 months ago)
Author:
pernet
Message:

* add the sage-interface macro file
* clean up the documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/linbox/macros/linbox-doc.m4

    r2807 r2968  
    77 
    88AC_ARG_WITH(docdir, 
    9             [ --with-docdir=<path>  
    10                                            Where the LinBox documentation should be installed 
    11             ], 
     9[  --with-docdir=<path> Where the LinBox documentation should be installed], 
    1210            [ 
    1311                LINBOX_DOC_PATH="$withval" 
     
    2018 
    2119AC_ARG_WITH(doxygen, 
    22             [ --with-doxygen=<path>  
    23                                            Give the path to Doxygen.  
    24                                            Note: --enable-doc needed                                      
    25             ], 
     20[  --with-doxygen=<path> Give the path to Doxygen. Note: --enable-doc needed], 
    2621            [ 
    2722                DOXYGEN_PATH="$PATH $withval" 
     
    3126            ]) 
    3227 
    33 AC_ARG_ENABLE(doc,[--enable-doc Enable building documentation], 
     28AC_ARG_ENABLE(doc,[  --enable-doc Enable building documentation], 
    3429[ 
    3530AC_MSG_RESULT(yes)