From: paul Date: Mon, 8 Nov 2004 17:36:29 +0000 (+0000) Subject: - use makeinfo --html to generate quagga.html X-Git-Tag: frr-2.0-rc1~3401 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=36002ae5c82d67217f2247cfec99cd258c052a93;p=mirror%2Ffrr.git - use makeinfo --html to generate quagga.html --- diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in index d201fefee0..c61ab72f54 100644 --- a/redhat/quagga.spec.in +++ b/redhat/quagga.spec.in @@ -169,7 +169,7 @@ developing OSPF-API and quagga applications. make %{?_smp_mflags} MAKEINFO="makeinfo --no-split" pushd doc -texi2html quagga.texi +makeinfo --no-split --html -o quagga.html quagga.texi popd %install @@ -348,6 +348,9 @@ rm -rf $RPM_BUILD_ROOT %changelog %changelog +* Mon Nov 08 2004 Paul Jakma +- Use makeinfo --html to generate quagga.html + * Sun Nov 07 2004 Paul Jakma - Fix with_ipv6 set to 0 build