diff options
author | Harald Hoyer <harald@redhat.com> | 2012-03-14 15:19:39 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-03-14 15:48:33 +0100 |
commit | 4ce3a1b1bbd08c3d5031632b88036335d2d2dfee (patch) | |
tree | c1e215a3c0fcfcdb7ea923787f9e380bade16f37 /dracut.spec | |
parent | 888d53f270a1a163460d764c886c23f2f276c035 (diff) | |
download | dracut-4ce3a1b1bbd08c3d5031632b88036335d2d2dfee.tar.gz dracut-4ce3a1b1bbd08c3d5031632b88036335d2d2dfee.tar.bz2 dracut-4ce3a1b1bbd08c3d5031632b88036335d2d2dfee.zip |
precompile doc
Diffstat (limited to 'dracut.spec')
-rw-r--r-- | dracut.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dracut.spec b/dracut.spec index 7a058ae6..be7ba8a4 100644 --- a/dracut.spec +++ b/dracut.spec @@ -40,9 +40,11 @@ BuildRequires: docbook-style-xsl docbook-dtds libxslt %endif %if 0%{?suse_version} -BuildRequires: docbook-xsl-stylesheets libxslt +-BuildRequires: docbook-xsl-stylesheets libxslt %endif +BuildRequires: asciidoc + %if 0%{?fedora} > 12 || 0%{?rhel} # no "provides", because dracut does not offer # all functionality of the obsoleted packages @@ -161,7 +163,7 @@ git am -p1 %{patches} %endif %build -make +make all %install %if 0%{?fedora} || 0%{?rhel} |