Show
Ignore:
Timestamp:
09/27/08 22:02:37 (16 years ago)
Author:
jerome
Message:

Removed unnecessary spaces at EOL.

Files:
1 modified

Legend:

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

    r3275 r3413  
    88# the Free Software Foundation, either version 3 of the License, or 
    99# (at your option) any later version. 
    10 #  
     10# 
    1111# This program is distributed in the hope that it will be useful, 
    1212# but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414# GNU General Public License for more details. 
    15 #  
     15# 
    1616# You should have received a copy of the GNU General Public License 
    1717# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     
    1919# $Id$ 
    2020# 
    21 for prog in pksetup pkrefund pknotify pkusers pkinvoice pkturnkey pkbcodes pkmail pkbanner autopykota dumpykota edpykota pykotme repykota warnpykota pkprinters pykosd ; do  
     21for prog in pksetup pkrefund pknotify pkusers pkinvoice pkturnkey pkbcodes pkmail pkbanner autopykota dumpykota edpykota pykotme repykota warnpykota pkprinters pykosd ; do 
    2222    echo "$prog" ; 
    2323    help2man --no-info \ 
     
    2626             --source="C@LL - Conseil Internet & Logiciels Libres" \ 
    2727             --output="temp$prog.1" \ 
    28              "$prog" ;  
     28             "$prog" ; 
    2929    /bin/sed -e "s/--/\\\-\\\-/g" <"temp$prog.1" >"$prog.1" ; 
    3030    /bin/rm -f "temp$prog.1" 
    3131    cd ../po ; 
    32     for dir in * ; do  
     32    for dir in * ; do 
    3333        if [ -d $dir ] ; then 
    3434            if [ -e $dir/pykota.po ] ; then 
     
    4141                         --source="C@LL - Conseil Internet & Logiciels Libres" \ 
    4242                         --output="temp$prog.1" \ 
    43                          "$prog" ;  
     43                         "$prog" ; 
    4444                /bin/sed -e "s/--/\\\-\\\-/g" <"temp$prog.1" >"$prog.1" ; 
    4545                /bin/rm -f "temp$prog.1" 
    4646                cd ../../po ; 
    47             fi ;     
    48         fi ;      
     47            fi ; 
     48        fi ; 
    4949    done 
    5050    cd ../man ;