source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/INSTALL@ 15c7d39

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 15c7d39 was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 3.3 KB
Line 
1$Id: INSTALL 6145 2006-08-06 13:13:03Z xmldoc $
2
3INSTALL file for the DocBook XSL stylesheets distribution
4
5----------------------------------------------------------------------
6Case #1: Installation using a package management system
7----------------------------------------------------------------------
8If you have installed the DocBook XSL distribution using "apt-get",
9"yum", "urpmi", or some similar package-management front-end,
10then, as part of the package installation, the stylesheets have
11already been automatically installed in the appropriate location
12for your system, and your XML catalog environment has probably
13been updated to use that location.
14
15----------------------------------------------------------------------
16Case #2: Installing manually
17----------------------------------------------------------------------
18If you have downloaded a docbook-xsl zip, tar.gz, or tar.bz2
19file, use the following steps to install it.
20
21 1. Move the zip, tar.gz, or tar.bz2 file to the directory where
22 you'd like to install it (not to a temporary directory).
23
24 2. unzip or untar/uncompress the file
25
26 That will create a docbook-xsl-$VERSION directory (where
27 $VERSION is the version number for the release).
28
29The remaining steps are all OPTIONAL. They are intended to
30automatically update your user environment with XML Catalog
31information about the DocBook XSL distribution. You are NOT
32REQUIRED to complete these remaining steps. However, if you do
33not, and you want to use XML catalogs with the DocBook XSL
34stylesheets, you will need to manually update your XML catalog
35environment
36
37 3. Change to the docbook-xsl-$VERSION directory and execute the
38 install.sh script:
39
40 ./install.sh
41
42 That will launch an interactive installer, which will emit a
43 series of prompts for you to respond to.
44
45 To instead run it non-interactively without being prompted
46 for confirmation of the changes it makes, invoke it with the
47 "--batch" switch, like this:
48
49 ./install.sh --batch
50
51 After the process is complete, the installer will emit a
52 message with a command you need to run in order to source
53 your environment for use with the stylesheets.
54
55 4. To test that he installation has updated your environment
56 correctly, execute the test.sh script:
57
58 ./test.sh
59
60 That will test your XML catalog environment, using both the
61 xmlcatalog application and the Apache XML Commons Resolver.
62
63 NOTE: The test.sh file is not created until the install.sh
64 file is run for the first time.
65
66 5. (UNINSTALLING) If/when you want to uninstall the release,
67 execute the uninstall.sh script.
68
69 ./uninstall.sh
70
71 To instead run it non-interactively without being prompted
72 for confirmation of the changes it makes, invoke it with the
73 "--batch" switch, like this:
74
75 ./uninstall.sh --batch
76
77 NOTE: The uninstall.sh file is not created until the install.sh
78 file is run for the first time.
79
80
81----------------------------------------------------------------------
82Note to packagers
83----------------------------------------------------------------------
84The install.sh, .CatalogManager.properties.example, and .urilist
85files should not be packaged. They are useful only to users who
86are installing the stylesheets manually.
87
88The catalog.xml file should be packaged.
Note: See TracBrowser for help on using the repository browser.