diff options
author | paul <paul> | 2004-11-08 17:36:29 +0000 |
---|---|---|
committer | paul <paul> | 2004-11-08 17:36:29 +0000 |
commit | 36002ae5c82d67217f2247cfec99cd258c052a93 (patch) | |
tree | 62e008203d8279d8699aca153f6137307fb8ed38 /redhat | |
parent | b86718ea99cce28f4376af89a6c49b9ca6d77b7c (diff) |
- use makeinfo --html to generate quagga.html
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 |