make catmans (from krb4's fix-export)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10025 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
15
fix-export
15
fix-export
@@ -23,6 +23,21 @@ autoreconf --force --install
|
|||||||
automake lib/roken/Makefile ## stupid automake gets this wrong
|
automake lib/roken/Makefile ## stupid automake gets this wrong
|
||||||
(cd doc; makeinfo heimdal.texi)
|
(cd doc; makeinfo heimdal.texi)
|
||||||
|
|
||||||
|
find . -name Makefile.am | while read f; do
|
||||||
|
for i in `sed -n -e '/^man_MANS/{
|
||||||
|
:loop
|
||||||
|
p
|
||||||
|
/[^\\]$/tquit
|
||||||
|
tloop
|
||||||
|
}
|
||||||
|
:quit' $f | sed 's/man_MANS//;s/=//;s/[ \\][ \\]*/ /g'`; do
|
||||||
|
x=`dirname $f`/$i
|
||||||
|
y=`dirname $f`/`echo $i | sed 's/[0-9]$/cat&/'`
|
||||||
|
echo `grog -Tascii $x` \> $y
|
||||||
|
`grog -Tascii $x` > $y
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
make_proto () {
|
make_proto () {
|
||||||
(top=`pwd`
|
(top=`pwd`
|
||||||
cd $1
|
cd $1
|
||||||
|
Reference in New Issue
Block a user