|
|
|
@ -62,10 +62,10 @@ sed -i \
|
|
|
|
|
libtool
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
export LD_LIBRARY_PATH=$(pwd)/src/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
|
|
|
|
help2man -N -n 'convert e-book into HTML' -o ebook2html.1 ./src/conv/html/ebook2html
|
|
|
|
|
help2man -N -n 'convert e-book into plain text' -o ebook2text.1 ./src/conv/text/ebook2text
|
|
|
|
|
help2man -N -n 'debug the conversion library' -o ebook2raw.1 ./src/conv/raw/ebook2raw
|
|
|
|
|
export LD_LIBRARY_PATH=$(pwd)/src/lib/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
|
|
|
|
help2man -N -n 'convert e-book into HTML' -o ebook2html.1 ./src/conv/html/.libs/ebook2html
|
|
|
|
|
help2man -N -n 'convert e-book into plain text' -o ebook2text.1 ./src/conv/text/.libs/ebook2text
|
|
|
|
|
help2man -N -n 'debug the conversion library' -o ebook2raw.1 ./src/conv/raw/.libs/ebook2raw
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|