Rev 15614 |
Rev 17647 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
#! /bin/sh
files="objects objects2 fillobjects transform canvasdraw comandi usercommand images \
dataimages click button clock barchart userdraw userdrag protractor "
dirin=src_
dirout=src
rm *.def
rm src/*
cp $dirin/main.src $dirout/main
echo "!set titb=TOC" > $dirout/main.hd
for f in $files; do
perl make.pl $dirin/$f $dirout/$f
tit=`head -n 1 $dirin/$f`;
echo "!set next=$f" >>"$dirout/$fold.hd"
echo "!set titb=$tit" > "$dirout/$f.hd"
echo "!set prev=$fold" >>"$dirout/$f.hd"
fold=$f
done
../../../../other/bin/src2def