BLFS: Fixed the path to the CSS files.
This commit is contained in:
parent
d72ee6934c
commit
76d58bc22a
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ inline_doc
|
||||||
../libs/book.xsl \
|
../libs/book.xsl \
|
||||||
$TARGET-index.xml > xsltproc.log 2>&1
|
$TARGET-index.xml > xsltproc.log 2>&1
|
||||||
mkdir HTML/{stylesheets,images}
|
mkdir HTML/{stylesheets,images}
|
||||||
cp ../$BLFS_XML/stylesheets/*.css HTML/stylesheets
|
cp ../$BLFS_XML/stylesheets/lfs-xsl/*.css HTML/stylesheets
|
||||||
cp ../$BLFS_XML/images/*.png HTML/images
|
cp ../$BLFS_XML/images/*.png HTML/images
|
||||||
cd HTML
|
cd HTML
|
||||||
sed -i -e "s@../stylesheets@stylesheets@g" *.html
|
sed -i -e "s@../stylesheets@stylesheets@g" *.html
|
||||||
|
|
Reference in a new issue