aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpanne <unknown>2004-09-05 19:12:33 +0000
committerpanne <unknown>2004-09-05 19:12:33 +0000
commitc359e16a61b6385358b4d74a3b76651d1d32a703 (patch)
tree0105bc29c5df171ebd45a83ba75c1a581c6c7db2
parentb3fbc8674b3fe6769580ee26fa2d5812889e463a (diff)
[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.
-rw-r--r--haddock.spec4
1 files changed, 1 insertions, 3 deletions
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}