Changeset 1921

Show
Ignore:
Timestamp:
11/15/04 22:52:42 (19 years ago)
Author:
jalet
Message:

Added the code to generate pkbanner's manual page

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/genman.sh

    r1866 r1921  
    1414# $Id$ 
    1515# 
    16 for prog in autopykota dumpykota edpykota pykotme repykota warnpykota pkprinters pkhint pykosd ; do  
     16for prog in pkbanner autopykota dumpykota edpykota pykotme repykota warnpykota pkprinters pkhint pykosd ; do  
    1717    echo $prog ; 
    1818    help2man --no-info --section=1 --manual "User Commands" --source="C@LL - Conseil Internet & Logiciels Libres" --output=$prog.1 $prog ;