kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

build (721B)


      1 #!/usr/bin/env sh
      2 
      3 install -m 755 -d "$1/usr/share/xml/docbook/xsl-stylesheets-1.79.1" &&
      4 cp -R VERSION assembly common eclipse epub epub3 extensions fo        \
      5          highlighting html htmlhelp images javahelp lib manpages params  \
      6          profiling roundtrip slides template tests tools webhelp website \
      7          xhtml xhtml-1_1 xhtml5                                          \
      8     "$1/usr/share/xml/docbook/xsl-stylesheets-1.79.1" &&
      9 ln -s VERSION "$1/usr/share/xml/docbook/xsl-stylesheets-1.79.1/VERSION.xsl" &&
     10 install -m 644 -D README \
     11                     "$1/usr/share/doc/docbook-xsl-1.79.1/README.txt" &&
     12 install -m 644    RELEASE-NOTES* NEWS* \
     13                     "$1/usr/share/doc/docbook-xsl-1.79.1"