mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
LFS docbook-xsl-nons 1.79.2
This commit is contained in:
parent
fd6d63a0f5
commit
d662d56e94
4 changed files with 53 additions and 0 deletions
15
steps/docbook-xsl-nons-1.79.2/pass1.sh
Normal file
15
steps/docbook-xsl-nons-1.79.2/pass1.sh
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
install -v -m755 -d "${DESTDIR}/usr/share/xml/docbook/xsl-stylesheets-nons-1.79.2"
|
||||
|
||||
cp -v -R VERSION assembly common eclipse epub epub3 extensions fo \
|
||||
highlighting html htmlhelp images javahelp lib manpages params \
|
||||
profiling roundtrip slides template tests tools webhelp website \
|
||||
xhtml xhtml-1_1 xhtml5 \
|
||||
"${DESTDIR}/usr/share/xml/docbook/xsl-stylesheets-nons-1.79.2"
|
||||
|
||||
ln -s VERSION "${DESTDIR}/usr/share/xml/docbook/xsl-stylesheets-nons-1.79.2/VERSION.xsl"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue