fix the sed expression for finding the man pages
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10425 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
# $Id$
|
||||||
|
|
||||||
echo "fixing distribution in $1..."
|
echo "fixing distribution in $1..."
|
||||||
|
|
||||||
@@ -21,14 +22,15 @@ for i in include/config.h.in lib/roken/config.h.in; do
|
|||||||
done
|
done
|
||||||
autoreconf --force --install
|
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
|
find . -name Makefile.am | while read f; do
|
||||||
for i in `sed -n -e '/^man_MANS/{
|
for i in `sed -n -e '/^man_MANS/{
|
||||||
:loop
|
:loop
|
||||||
p
|
p
|
||||||
/[^\\]$/tquit
|
/[^\\]$/b quit
|
||||||
tloop
|
n
|
||||||
|
b loop
|
||||||
}
|
}
|
||||||
:quit' $f | sed 's/man_MANS//;s/=//;s/[ \\][ \\]*/ /g'`; do
|
:quit' $f | sed 's/man_MANS//;s/=//;s/[ \\][ \\]*/ /g'`; do
|
||||||
x=`dirname $f`/$i
|
x=`dirname $f`/$i
|
||||||
|
Reference in New Issue
Block a user