From 5ace18788b858a53f25ab04314a81707f1f0cfe7 Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Fri, 13 Dec 2002 15:26:53 +0000 Subject: [PATCH] PST structure modification git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@453 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- gnome/lib/gtk-doc/gtk-doc-intro.xml | 5 +---- introduction/welcome/changelog.xml | 3 +++ introduction/welcome/credits.xml | 7 ++++--- pst/pst.ent | 13 +++++++++++-- pst/pst.xml | 3 +++ pst/typesetting/ps.xml | 8 ++++++++ pst/typesetting/sgml.xml | 9 +++++++++ pst/typesetting/typesetting.xml | 4 +--- pst/typesetting/xml.xml | 9 +++++++++ 9 files changed, 49 insertions(+), 12 deletions(-) create mode 100644 pst/typesetting/ps.xml create mode 100644 pst/typesetting/sgml.xml create mode 100644 pst/typesetting/xml.xml diff --git a/gnome/lib/gtk-doc/gtk-doc-intro.xml b/gnome/lib/gtk-doc/gtk-doc-intro.xml index 39becea79c..81cc003479 100644 --- a/gnome/lib/gtk-doc/gtk-doc-intro.xml +++ b/gnome/lib/gtk-doc/gtk-doc-intro.xml @@ -15,10 +15,7 @@ that you will not have any documentation, if gtk-doc is not available, the install process will copy pre-built documentation to your system. If you choose to install this package, you will need to follow the hint titled Installing Docbook DTDs and Tools to centralize the catalogs, add -additional dtd's and dsssl templates and install openjade. If -sgml-common will not install: - -ln -s /usr/share/automake-1.6 /usr/share/automake +additional dtd's and dsssl templates and install openjade. You also need to add dtd v3.0 to your collection, and finally, you need to modify dtd-3.1 by adding png-support-3.1.dtd to /usr/share/sgml/docbook/sgml-dtd-3.1 and placing: PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN" "png-support-3.1.dtd" diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 94faeff921..7aaa0248e1 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what. +December 13th, 2002 [larry]: PST: Reorganized section to +implement docbook hint. + December 12th, 2002 [larry]: PST: Added sgml-common-0.6.3. diff --git a/introduction/welcome/credits.xml b/introduction/welcome/credits.xml index 40a53d90dd..da6f2643d6 100644 --- a/introduction/welcome/credits.xml +++ b/introduction/welcome/credits.xml @@ -90,7 +90,7 @@ libglade, libgnome, libgnomecanvas, libgnomeprint, libgnomeprintui, libgnomeui, libgtkhtml, libgtop, libIDL, libogg, librep, librsvg, libvorbis, libwnck, libxml2, libxslt, libzvt, linc, Lunux_PAM, MPlayer, mutt, nautilus, oaf, OpenSSH, ORBit, ORBit2, pan, Pango, pccts, pcre, pkgconfig, postfix, -procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, shadow, unzip, +procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, sgml-common, shadow, unzip, vorbis-tools, wget, XFce, xine, yelp and zip: Larry Lawrence CDParanoia, mpg123, SDL and XMMS: Jeroen @@ -126,7 +126,7 @@ Bauscher MySQL: Jesse Tie-Ten-Quee -openoffice: Tushar Teredesai +mozilla and openoffice: Tushar Teredesai @@ -162,7 +162,8 @@ warning us that Gnome2 was a toy. Tushar Teredesai for writing the Compiling Java 2 SDK from Scratch hint on which j2sdk is -based. +based and for writing the docbook hint used throughout the typesetting +chapter. Oliver Brackmann for developing the dhcpcd patch for FHS complience. diff --git a/pst/pst.ent b/pst/pst.ent index e152dd384c..7f6e33d15e 100644 --- a/pst/pst.ent +++ b/pst/pst.ent @@ -6,11 +6,20 @@ + + + +%sgml-common; + + + + + + + - -%sgml-common; %DocBook; %tex; diff --git a/pst/pst.xml b/pst/pst.xml index 62a950c864..e8188c9099 100644 --- a/pst/pst.xml +++ b/pst/pst.xml @@ -4,6 +4,9 @@ &pst-printing; &pst-scanning; +&pst-sgml; +&pst-xml; +&pst-ps; &pst-typesetting; diff --git a/pst/typesetting/ps.xml b/pst/typesetting/ps.xml new file mode 100644 index 0000000000..eafe15b245 --- /dev/null +++ b/pst/typesetting/ps.xml @@ -0,0 +1,8 @@ + + +Postscript + +Placeholder for a2ps, enscript, gsview, gv and acrobat reader. + + + diff --git a/pst/typesetting/sgml.xml b/pst/typesetting/sgml.xml new file mode 100644 index 0000000000..2aa69eee43 --- /dev/null +++ b/pst/typesetting/sgml.xml @@ -0,0 +1,9 @@ + + +Standard Generalized Markup Language (SGML) + +Placeholder for openjade, sgml-docbook, DSSSL . + +&sgml-common; + + diff --git a/pst/typesetting/typesetting.xml b/pst/typesetting/typesetting.xml index faf175290d..043cc8f832 100644 --- a/pst/typesetting/typesetting.xml +++ b/pst/typesetting/typesetting.xml @@ -2,10 +2,8 @@ Typesetting -Placeholder for a2ps, openjade, tex and latex. +Placeholder for latex MathML?. -&sgml-common; -&DocBook; &tex; diff --git a/pst/typesetting/xml.xml b/pst/typesetting/xml.xml new file mode 100644 index 0000000000..f42a962e13 --- /dev/null +++ b/pst/typesetting/xml.xml @@ -0,0 +1,9 @@ + + +Extensible Markup Language (XML) + +Placeholder for XSL and future tools. + +&DocBook; + +