|
|
@ -57,6 +57,7 @@ sed -i \
|
|
|
|
libtool
|
|
|
|
libtool
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export LD_LIBRARY_PATH=`pwd`/src/lib/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
|
|
|
for tool in raw/cdr2raw raw/cmx2raw svg/cdr2xhtml svg/cmx2xhtml text/cdr2text text/cmx2text; do
|
|
|
|
for tool in raw/cdr2raw raw/cmx2raw svg/cdr2xhtml svg/cmx2xhtml text/cdr2text text/cmx2text; do
|
|
|
|
help2man -N -o `basename $tool`.1 ./src/conv/$tool
|
|
|
|
help2man -N -o `basename $tool`.1 ./src/conv/$tool
|
|
|
|
done
|
|
|
|
done
|
|
|
|