diff options
author | Eugeniy Meshcheryakov <eugen@debian.org> | 2009-05-05 22:55:58 +0200 |
---|---|---|
committer | Eugeniy Meshcheryakov <eugen@debian.org> | 2009-05-05 22:55:58 +0200 |
commit | 079e3163aec9bd146428ca930f7de9f78eec233b (patch) | |
tree | 3135be94e9b4a08dedf10d2abeebcb8c7b75e759 | |
parent | 8697ba53e62f10cbf8c328461465a6e6ac86ae53 (diff) | |
download | systemtap-steved-079e3163aec9bd146428ca930f7de9f78eec233b.tar.gz systemtap-steved-079e3163aec9bd146428ca930f7de9f78eec233b.tar.xz systemtap-steved-079e3163aec9bd146428ca930f7de9f78eec233b.zip |
Remove latex2html from BuildRequires
-rw-r--r-- | systemtap.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec b/systemtap.spec index 77a170f8..447c88cb 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -44,7 +44,7 @@ Requires: crash %endif %if %{with_docs} -BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf latex2html +BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf # On F10, xmlto's pdf support was broken off into a sub-package, # called 'xmlto-tex'. To avoid a specific F10 BuildReq, we'll do a # file-based buildreq on '/usr/share/xmlto/format/fo/pdf'. |