From 3b9669cff4020c87b83dff65fa9f5f709f7032d3 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 28 Sep 2012 11:17:13 +0200 Subject: [PATCH] Makefile: fix css style for dracut.html --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7194c416f..778e5ae6b 100644 --- a/Makefile +++ b/Makefile @@ -74,9 +74,8 @@ endif dracut.html: dracut.asc $(manpages) asciidoc -a numbered -d book -b docbook -o dracut.xml dracut.asc xsltproc -o dracut.html --xinclude -nonet \ - --stringparam draft.mode yes \ --stringparam html.stylesheet \ - http://docs.redhat.com/docs/en-US/Common_Content/css/default.css \ + https://access.redhat.com/knowledge/docs/resources/docs/common/en-US/css/menu.css \ http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl dracut.xml rm dracut.xml -- 2.47.3