From c359e16a61b6385358b4d74a3b76651d1d32a703 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 5 Sep 2004 19:12:33 +0000 Subject: [haddock @ 2004-09-05 19:12:32 by panne] * HTML documentation for "foo.xml" goes into directory "foo" again, not "foo-html". This is nicer and consistent with the behaviour for building the docs from SGML. * Disabled building PostScript documentation in the spec files for now, there are some strange issues with the FO->PS conversion for some files which have to be clarified first. --- haddock.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'haddock.spec') diff --git a/haddock.spec b/haddock.spec index aaaf5323..ebf8520a 100644 --- a/haddock.spec +++ b/haddock.spec @@ -58,7 +58,7 @@ should all be ok). test -f configure || autoreconf ./configure --prefix=%{prefix} make -( cd haddock/doc ; make dvi ps html ; gzip -f -9 *.dvi *.ps ) +make html %install make prefix=${RPM_BUILD_ROOT}%{prefix} install @@ -70,8 +70,6 @@ rm -rf ${RPM_BUILD_ROOT} %defattr(-,root,root) %doc haddock/README %doc haddock/doc/haddock -%doc haddock/doc/haddock.dvi.gz -%doc haddock/doc/haddock.ps.gz %{prefix}/bin/haddock %{prefix}/bin/haddock-%{version} %{prefix}/lib/haddock-%{version} -- cgit v1.2.3