From 36002ae5c82d67217f2247cfec99cd258c052a93 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 8 Nov 2004 17:36:29 +0000 Subject: - use makeinfo --html to generate quagga.html --- redhat/quagga.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'redhat') diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in index d201fefe..c61ab72f 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 -- cgit v1.2.1