mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
docbook xsl: use a more correct layout
Borrowed from Linux From Scratch.
This commit is contained in:
@@ -35,6 +35,12 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $dataDir/xml
|
||||
find . -maxdepth 1 -type f -exec cp -r {} $dataDir/xml/ \;
|
||||
mkdir -p $dataDir/xml/docbook/xsl-stylesheets-1.78.1
|
||||
|
||||
cp -v -R VERSION common eclipse epub extensions fo highlighting html \
|
||||
htmlhelp images javahelp lib manpages params profiling \
|
||||
roundtrip slides template tests tools webhelp website \
|
||||
xhtml xhtml-1_1 $dataDir/xml/docbook/xsl-stylesheets-1.78.1
|
||||
|
||||
ln -s VERSION $dataDir/xml/docbook/xsl-stylesheets-1.78.1/VERSION.xsl
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user