- use makeinfo --html to generate quagga.html

This commit is contained in:
paul 2004-11-08 17:36:29 +00:00
parent b86718ea99
commit 36002ae5c8

View File

@ -169,7 +169,7 @@ developing OSPF-API and quagga applications.
make %{?_smp_mflags} MAKEINFO="makeinfo --no-split" make %{?_smp_mflags} MAKEINFO="makeinfo --no-split"
pushd doc pushd doc
texi2html quagga.texi makeinfo --no-split --html -o quagga.html quagga.texi
popd popd
%install %install
@ -348,6 +348,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
%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> * Sun Nov 07 2004 Paul Jakma <paul@dishone.st>
- Fix with_ipv6 set to 0 build - Fix with_ipv6 set to 0 build