Changeset 634


Ignore:
Timestamp:
05/05/05 09:10:04 (7 years ago)
Author:
aj
Message:

-man.patch contains a very rudimentary manual page for openct-tool. I
intend to expand it somewhat in the future, and create manual pages for
other tools in OpenCT as well. (Ville Skytta)

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r625 r634  
    339339openct_conf_path=`eval echo ${openct_etc_path}/openct.conf` 
    340340AC_DEFINE_UNQUOTED(OPENCT_CONF_PATH, "$openct_conf_path", [default config file for libopenct]) 
     341AC_SUBST(openct_conf_path) 
    341342 
    342343openct_modules_path=`eval echo ${libdir}` ; openct_modules_path=`eval echo ${openct_modules_path}/ifd` 
     
    376377src/scdl/Makefile 
    377378src/tools/Makefile 
     379src/tools/openct-tool.1 
    378380]) 
    379381 
  • trunk/src/tools/Makefile.am

    r399 r634  
    66sbin_PROGRAMS = openct-control 
    77 
     8EXTRA_DIST = openct-tool.1.in 
     9man1_MANS = openct-tool.1 
     10DISTCLEANFILES = openct-tool.1 
     11 
    812openct_tool_SOURCES = openct-tool.c 
    913openct_tool_LDADD = ../ct/libopenct.la 
Note: See TracChangeset for help on using the changeset viewer.