diff options
Diffstat (limited to 'redhat')
| -rw-r--r-- | redhat/quagga.spec.in | 5 | 
1 files changed, 4 insertions, 1 deletions
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 <paul@dishone.st> +- Use makeinfo --html to generate quagga.html +  * Sun Nov 07 2004 Paul Jakma <paul@dishone.st>  - Fix with_ipv6 set to 0 build  | 
