[[project @ 2004-08-26 20:08:39 by panne]
panne**20040826200855
SGML is dead, long live DocBook XML!
Note: The BuildRequires tags in the spec files are still incomplete
and the documentation about the DocBook tools needs to be updated,
too. Stay tuned...
] {
hunk ./Makefile 290
- echo $(MAKE) -C $$i $(MFLAGS) install-docs SGMLDocWays="$(BINDIST_DOC_WAYS)" XMLDocWays="$(BINDIST_DOC_WAYS)" \
+ echo $(MAKE) -C $$i $(MFLAGS) install-docs XMLDocWays="$(BINDIST_DOC_WAYS)" \
hunk ./Makefile 297
- $(MAKE) -C $$i $(MFLAGS) install-docs SGMLDocWays="$(BINDIST_DOC_WAYS)" XMLDocWays="$(BINDIST_DOC_WAYS)" \
+ $(MAKE) -C $$i $(MFLAGS) install-docs XMLDocWays="$(BINDIST_DOC_WAYS)" \
hunk ./aclocal.m4 956
-
-dnl ** Check which CATALOG file we have to use with DocBook SGML.
-dnl
-dnl FPTOOLS_DOCBOOK_CATALOG(VARIABLE, JADE, STYLESHEET, CATALOGS-TO-CHECK-FOR)
-dnl
-dnl If any of the catalogs given in CATALOGS-TO-CHECK-FOR works on this
-dnl platform, let VARIABLE refer to this catalog; otherwise, VARIABLE
-dnl is set to "no". JADE is the jade executable and STYLESHEET
-dnl a DocBook style sheet.
-dnl
-AC_DEFUN(FPTOOLS_DOCBOOK_CATALOG,
-[AC_CACHE_CHECK([for DocBook CATALOG], fptools_cv_sgml_catalog,
-[
-cat > conftest.sgml << EOF
-
-
-
-Test
-Test
-Test
-Test
-
-Test
-
-Test.
-
-
-
-EOF
-fptools_cv_sgml_catalog=no
-if test -z "$SGML_CATALOG_FILES" ; then
- for fptools_catalog in $4; do
- ac_try="$2 -t rtf -d $3#print -c $fptools_catalog conftest.sgml"
- if AC_TRY_EVAL(ac_try); then
- fptools_cv_sgml_catalog=[$]fptools_catalog
- break
- fi
- done
-else
-# If the env var SGML_CATALOG_FILES is defined, assume things are cool.
- fptools_cv_sgml_catalog="yes"
-fi
-])
-rm -rf conftest*
-if test $fptools_cv_sgml_catalog != "no"; then
- $1=$fptools_cv_sgml_catalog
-fi
-])
-
hunk ./configure.ac 861
-
-dnl ** check for jade/openjade & determine a working catalog
-AC_PATH_PROGS(JadeCmd,openjade jade,jade)
-FPTOOLS_DOCBOOK_CATALOG(Catalog, $JadeCmd, docs/fptools-both.dsl,
- /etc/sgml/catalog /etc/sgml.catalog /usr/share/sgml/CATALOG.docbkdsl /usr/local/share/sgml/catalog glafp-utils/docbook/CATALOG*)
-if test -z "$Catalog"; then
- AC_MSG_RESULT([Warning: You will not be able to build the documentation.])
-fi
-case $Catalog in
- yes) # assume it is provided by other means (e.g., SGML_CATALOG_FILES env var).
- Catalog=
- ;;
- glafp*)
- case $HostOS_CPP in
- mingw32)
- if test "${OSTYPE}" == "msys"
- then
- Catalog=$hardtop/$Catalog
- else
- Catalog=`cygpath -w $hardtop/$Catalog`
- fi
- ;;
- *) Catalog=$hardtop/$Catalog
- ;;
- esac
- ;;
-esac
-AC_SUBST(Catalog)
-
hunk ./docs/building/building.xml 3348
- Much of our documentation is written in SGML, using
- the DocBook DTD. Instructions on installing and
- configuring the DocBook tools are below.
+ Much of our documentation is written in DocBook XML, instructions
+ on installing and configuring the DocBook tools are below.
hunk ./docs/building/building.xml 3550
- you want by setting the SGMLDocWays variable
+ you want by setting the XMLDocWays variable
hunk ./docs/building/building.xml 3554
-SGMLDocWays = html ps
+XMLDocWays = html ps
hunk ./docs/building/building.xml 3574
- Note that unless you set $(SGMLDocWays)
+ Note that unless you set $(XMLDocWays)
hunk ./docs/building/building.xml 3576
- won't do anything for SGML documentation.
+ won't do anything for DocBook XML documentation.
hunk ./docs/docbook-cheat-sheet/docbook-cheat-sheet.xml 64
- Comments in SGML look like this: Comments in XML look like this: Tables are quite complicated to write in SGML (as in HTML,
+ Tables are quite complicated to write in DocBook XML (as in HTML,
hunk ./docs/fptools-both.dsl 1
-
-
-
-]]>
-
-
-]]>
-]>
-
-
-
-
-
-
-
-
-
-;; ====================
-;; customize the print stylesheet
-;; ====================
-
-;; make funcsynopsis look pretty
-(define %funcsynopsis-decoration%
- ;; Decorate elements of a FuncSynopsis?
- #t)
-
-;; use graphics in admonitions, and have their path be "."
-;; NO: we are not yet ready to use gifs in TeX and so forth
-(define %admon-graphics-path%
- "./")
-(define %admon-graphics%
- #f)
-
-;; this is necessary because right now jadetex does not understand
-;; symbolic entities, whereas things work well with numeric entities.
-(declare-characteristic preserve-sdata?
- "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
- #f)
-(define %two-side% #t)
-
-(define %section-autolabel%
- ;; Are sections enumerated?
- #t)
-;; (define %title-font-family%
-;; ;; The font family used in titles
-;; "Ariel")
-(define %visual-acuity%
- ;; General measure of document text size
- ;; "presbyopic"
- ;; "large-type"
- "normal")
-
-(define %generate-set-toc% #t)
-(define %generate-part-toc% #t)
-
-;; (define %block-start-indent% 10pt)
-
-(define %graphic-default-extension% "eps")
-
-(define %paper-type%
- ;; Name of paper type
- "A4")
-
-
-
-
-
-
-
-
-;; this is necessary because right now jadetex does not understand
-;; symbolic entities, whereas things work well with numeric entities.
-(declare-characteristic preserve-sdata?
- "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
- #f)
-
-;; put the legal notice in a separate file
-(define %generate-legalnotice-link%
- #t)
-
-;; use graphics in admonitions, and have their path be "stylesheet-images"
-;; NO: they do not yet look very good
-(define %admon-graphics-path%
- "./stylesheet-images/")
-(define %admon-graphics%
- #f)
-
-;; make funcsynopsis look pretty
-(define %funcsynopsis-decoration%
- ;; Decorate elements of a FuncSynopsis?
- #t)
-
-(define %html-ext% ".html")
-(define %body-attr%
- ;; What attributes should be hung off of BODY?
- '())
-;; (list
-;; (list "BGCOLOR" "#FFFFFF")
-;; (list "TEXT" "#000000")))
-
-(define %generate-article-toc%
- ;; Should a Table of Contents be produced for Articles?
- ;; If true, a Table of Contents will be generated for each 'Article'.
- #t)
-
-(define %generate-part-toc% #t)
-
-(define %shade-verbatim%
- #t)
-
-(define %use-id-as-filename%
- ;; Use ID attributes as name for component HTML files?
- #t)
-
-(define %graphic-default-extension% "gif")
-
-(define %section-autolabel% #t)
-
-;; Uncomment the setting below if you want .html output as one
-;; big page. [ Notice that 'jade' dumps the output on stdout
-;; rather than on honour the -o option...at least my copy does.]
-;;
-;;(define nochunks #t)
-
-
-
-
-
-
-
rmfile ./docs/fptools-both.dsl
hunk ./ghc/README 26
-In a source distribution, the unformatted (SGML) documentation is in
-the following places:
+In a source distribution, the unformatted (DocBook XML) documentation
+is in the following places:
hunk ./ghc/WindowsInstaller/MakeInstaller.txt 8
-1. Set "SGMLDocWays=html pdf" in stage 2's build.mk.
+1. Set "XMLDocWays=html pdf" in stage 2's build.mk.
hunk ./ghc/ghc.spec.in 25
-BuildRequires: alex >= 2.0, happy >= 1.14, ghc >= 5, haddock, docbk31, jade, jadetex, dvips, gmp, readline-devel
+BuildRequires: alex >= 2.0, happy >= 1.14, ghc >= 5, haddock, docbk31, gmp, readline-devel
hunk ./glafp-utils/Makefile 14
-SUBDIRS = mkdependC mkdirhier runstdtest docbook
+SUBDIRS = mkdependC mkdirhier runstdtest
hunk ./glafp-utils/docbook/CATALOG.FreeBSD 1
-CATALOG /usr/local/share/sgml/iso8879/catalog
-CATALOG /usr/local/share/sgml/docbook/catalog
-CATALOG /usr/local/share/sgml/docbook/dsssl/modular/catalog
-CATALOG /usr/local/share/sgml/jade/catalog
rmfile ./glafp-utils/docbook/CATALOG.FreeBSD
hunk ./glafp-utils/docbook/CATALOG.SuSE_new 1
-DTDDECL "-//OASIS//DTD DocBook V3.1//EN" "/usr/share/sgml/docbk31/docbook.dcl"
-
-PUBLIC "-//OASIS//DTD DocBook V3.1//EN" /usr/share/sgml/OASIS/dtd/DocBook_V3.1
-PUBLIC "-//USA-DOD//DTD Table Model 951010//EN" /usr/share/sgml/USA-DOD/dtd/Table_Model_951010
-PUBLIC "-//OASIS//ELEMENTS DocBook Information Pool V3.1//EN" /usr/share/sgml/OASIS/elements/DocBook_Information_Pool_V3.1
-PUBLIC "-//OASIS//ELEMENTS DocBook Document Hierarchy V3.1//EN" /usr/share/sgml/OASIS/elements/DocBook_Document_Hierarchy_V3.1
-PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V3.1//EN" /usr/share/sgml/OASIS/entities/DocBook_Additional_General_Entities_V3.1
-PUBLIC "-//OASIS//ENTITIES DocBook Notations V3.1//EN" /usr/share/sgml/OASIS/entities/DocBook_Notations_V3.1
-PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V3.1//EN" /usr/share/sgml/OASIS/entities/DocBook_Character_Entities_V3.1
-
-CATALOG "/var/lib/sgml/CATALOG.iso_ent"
-
-PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" /usr/share/sgml/James_Clark/dtd/DSSSL_Style_Sheet
-PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" /usr/share/sgml/docbook/dsssl-stylesheets-1.77/print/docbook.dsl
-PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" /usr/share/sgml/docbook/dsssl-stylesheets-1.77/html/docbook.dsl
-PUBLIC "ISO/IEC 10179:1996//DTD DSSSL Architecture//EN" /usr/share/sgml/jade_dsl/dsssl.dtd
rmfile ./glafp-utils/docbook/CATALOG.SuSE_new
hunk ./glafp-utils/docbook/CATALOG.SuSE_old 1
-DTDDECL "-//OASIS//DTD DocBook V3.1//EN" "/usr/share/sgml/docbk31/docbook.dcl"
-
-PUBLIC "-//OASIS//DTD DocBook V3.1//EN" /usr/share/sgml/OASIS/dtd/DocBook_V3.1
-PUBLIC "-//USA-DOD//DTD Table Model 951010//EN" /usr/share/sgml/USA-DOD/dtd/Table_Model_951010
-PUBLIC "-//OASIS//ELEMENTS DocBook Information Pool V3.1//EN" /usr/share/sgml/OASIS/elements/DocBook_Information_Pool_V3.1
-PUBLIC "-//OASIS//ELEMENTS DocBook Document Hierarchy V3.1//EN" /usr/share/sgml/OASIS/elements/DocBook_Document_Hierarchy_V3.1
-PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V3.1//EN" /usr/share/sgml/OASIS/entities/DocBook_Additional_General_Entities_V3.1
-PUBLIC "-//OASIS//ENTITIES DocBook Notations V3.1//EN" /usr/share/sgml/OASIS/entities/DocBook_Notations_V3.1
-PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V3.1//EN" /usr/share/sgml/OASIS/entities/DocBook_Character_Entities_V3.1
-
-CATALOG "/var/lib/sgml/CATALOG.iso_ent"
-
-PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" /usr/share/sgml/James_Clark/dtd/DSSSL_Style_Sheet
-PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" /usr/share/sgml/docbook/dsssl-stylesheets-1.77/print/docbook.dsl
-PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" /usr/share/sgml/docbook/dsssl-stylesheets-1.77/html/docbook.dsl
-PUBLIC "ISO/IEC 10179:1996//DTD DSSSL Architecture//EN" /usr/share/sgml/ISO_IEC_10179:1996/dtd/DSSSL_Architecture
rmfile ./glafp-utils/docbook/CATALOG.SuSE_old
hunk ./glafp-utils/docbook/CATALOG.cygnus 1
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" /usr/lib/sgml/ISOamsa
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" /usr/lib/sgml/ISOamsb
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" /usr/lib/sgml/ISOamsc
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" /usr/lib/sgml/ISOamsn
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" /usr/lib/sgml/ISOamso
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" /usr/lib/sgml/ISOamsr
-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" /usr/lib/sgml/ISObox
-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" /usr/lib/sgml/ISOcyr1
-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" /usr/lib/sgml/ISOcyr2
-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" /usr/lib/sgml/ISOdia
-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" /usr/lib/sgml/ISOgrk1
-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" /usr/lib/sgml/ISOgrk2
-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" /usr/lib/sgml/ISOgrk3
-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" /usr/lib/sgml/ISOgrk4
-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" /usr/lib/sgml/ISOlat1
-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" /usr/lib/sgml/ISOlat2
-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" /usr/lib/sgml/ISOnum
-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" /usr/lib/sgml/ISOpub
-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" /usr/lib/sgml/ISOtech
-
-PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" /usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl
-PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" /usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl
-CATALOG /usr/lib/sgml/dsssl.cat
-CATALOG /usr/lib/sgml/docbook.cat
-CATALOG /usr/lib/sgml/nwalsh-modular.cat
rmfile ./glafp-utils/docbook/CATALOG.cygnus
hunk ./glafp-utils/docbook/CATALOG.generic 1
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" /usr/local/lib/sgml/ISOamsa
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" /usr/local/lib/sgml/ISOamsb
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" /usr/local/lib/sgml/ISOamsc
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" /usr/local/lib/sgml/ISOamsn
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" /usr/local/lib/sgml/ISOamso
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" /usr/local/lib/sgml/ISOamsr
-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" /usr/local/lib/sgml/ISObox
-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" /usr/local/lib/sgml/ISOcyr1
-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" /usr/local/lib/sgml/ISOcyr2
-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" /usr/local/lib/sgml/ISOdia
-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" /usr/local/lib/sgml/ISOgrk1
-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" /usr/local/lib/sgml/ISOgrk2
-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" /usr/local/lib/sgml/ISOgrk3
-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" /usr/local/lib/sgml/ISOgrk4
-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" /usr/local/lib/sgml/ISOlat1
-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" /usr/local/lib/sgml/ISOlat2
-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" /usr/local/lib/sgml/ISOnum
-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" /usr/local/lib/sgml/ISOpub
-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" /usr/local/lib/sgml/ISOtech
-
-CATALOG /usr/local/lib/sgml/stylesheets/docbook/catalog
-CATALOG /usr/local/lib/sgml/docbook.cat
-CATALOG /usr/local/lib/sgml/catalog
rmfile ./glafp-utils/docbook/CATALOG.generic
hunk ./glafp-utils/docbook/CATALOG.windows 1
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" /docbook/ISOamsa
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" /docbook/ISOamsb
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" /docbook/ISOamsc
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" /docbook/ISOamsn
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" /docbook/ISOamso
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" /docbook/ISOamsr
-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" /docbook/ISObox
-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" /docbook/ISOcyr1
-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" /docbook/ISOcyr2
-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" /docbook/ISOdia
-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" /docbook/ISOgrk1
-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" /docbook/ISOgrk2
-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" /docbook/ISOgrk3
-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" /docbook/ISOgrk4
-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" /docbook/ISOlat1
-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" /docbook/ISOlat2
-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" /docbook/ISOnum
-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" /docbook/ISOpub
-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" /docbook/ISOtech
-
-CATALOG /docbook/stylesheets/docbook/catalog
-CATALOG /docbook/docbook.cat
-CATALOG /jade/catalog
rmfile ./glafp-utils/docbook/CATALOG.windows
hunk ./glafp-utils/docbook/LICENSE 1
-The db* files are copyright Cygnus Solutions and the GHC Team, and
-distributed under the GNU General Public License. They're derived from the
-Cygnus DocBook tools scripts.
rmfile ./glafp-utils/docbook/LICENSE
hunk ./glafp-utils/docbook/Makefile 1
-#-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.5 2000/11/21 10:00:44 simonmar Exp $
-
-TOP=..
-include $(TOP)/mk/boilerplate.mk
-
-SUBDIRS = db2dvi.dir db2html.dir db2pdf.dir db2ps.dir db2rtf.dir
-
-include $(TOP)/mk/target.mk
rmfile ./glafp-utils/docbook/Makefile
hunk ./glafp-utils/docbook/db2dvi.dir/Makefile 1
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-
-SCRIPT_PROG=../db2dvi
-SCRIPT_OBJS=db2dvi.sh
-SCRIPT_SUBST_VARS=JADE DOCBOOK_CATALOG
-INTERP=$(SHELL)
-
-CLEAN_FILES += $(SCRIPT_PROG)
-DESTDIR=$(INSTSCRIPTDIR)
-
-include $(TOP)/mk/target.mk
rmfile ./glafp-utils/docbook/db2dvi.dir/Makefile
hunk ./glafp-utils/docbook/db2dvi.dir/db2dvi.sh 1
-if [ ! -f "$DOCBOOK_CATALOG" ] && [ ! -f "$SGML_CATALOG_FILES" ] ; then
- echo "CATALOG file not set up; see installation guide for details."
- exit 1
-fi
-
-if [ -f "$DOCBOOK_CATALOG" ] ; then
- CATALOG_OPTION="-c $DOCBOOK_CATALOG"
-fi
-
-# Dave Mason's option to specify a different stylesheet
-case $1 in
- -d) DB_STYLESHEET=$2
- shift 2
- ;;
-esac
-
-echo "Using stylesheet: \"${DB_STYLESHEET}\""
-
-if [ $# -gt 2 ]
-then
- echo "Usage: `basename $0` [filename.sgml]" >&2
- exit 1
-fi
-
-if [ $# -eq 1 ]
-then
- if [ ! -r $1 ]
- then
- echo Cannot read \"$1\". Exiting. >&2
- exit 1
- fi
- if echo $1 | egrep -i '\.sgml$|\.sgm$' >/dev/null 2>&1
- then
- output="`echo $1 | sed 's,\.sgml$,.dvi,;s,\.sgm$,.dvi,'`"
- fi
-fi
-
-echo OUTPUT FILE NAME IS $output
-
-TMPFN=`echo $1 | sed 's/\.sgml//'`
-
-$JADE -t tex -d ${DB_STYLESHEET}\#print -o ${TMPFN}.tex $CATALOG_OPTION $1
-
-jadetex ${TMPFN}.tex
-
-# if there are unresolved references, re-run jadetex, twice
-if egrep '^LaTeX Warning: There were undefined references.$' ${TMPFN}.log >/dev/null 2>&1
-then
- jadetex ${TMPFN}.tex
- jadetex ${TMPFN}.tex
-fi
-
-exit 0
rmfile ./glafp-utils/docbook/db2dvi.dir/db2dvi.sh
rmdir ./glafp-utils/docbook/db2dvi.dir
hunk ./glafp-utils/docbook/db2html.dir/Makefile 1
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-
-SCRIPT_PROG=../db2html
-SCRIPT_OBJS=db2html.sh
-SCRIPT_SUBST_VARS=JADE DOCBOOK_CATALOG HTML_DIR
-INTERP=$(SHELL)
-
-HTML_DIR=$(FPTOOLS_TOP_ABS)/glafp-utils/docbook
-
-CLEAN_FILES += $(SCRIPT_PROG)
-DESTDIR=$(INSTSCRIPTDIR)
-
-include $(TOP)/mk/target.mk
rmfile ./glafp-utils/docbook/db2html.dir/Makefile
hunk ./glafp-utils/docbook/db2html.dir/db2html.sh 1
-if [ ! -f "$DOCBOOK_CATALOG" ] && [ ! -f "$SGML_CATALOG_FILES" ] ; then
- echo "CATALOG file not set up; see installation guide for details."
- exit 1
-fi
-
-if [ -f "$DOCBOOK_CATALOG" ] ; then
- CATALOG_OPTION="-c $DOCBOOK_CATALOG"
-fi
-
-HTML_STYLESHEET=$HTML_DIR/html/docbook.css
-ADMON_GRAPHICS=$HTML_DIR/html/images/*.gif
-
-output=db2html-dir
-TMPDIR=DBTOHTML_OUTPUT_DIR$$
-
-echo TMPDIR is $TMPDIR
-
-# Dave Mason's option to specify a different stylesheet
-case $1 in
- -d) DB_STYLESHEET=$2
- shift 2
- ;;
-esac
-
-echo "Using stylesheet: \"${DB_STYLESHEET}\""
-
-if [ $# -gt 2 ]
-then
- echo "Usage: `basename $0` [filename.sgml]" >&2
- exit 1
-fi
-
-if [ $# -eq 1 ]
-then
- if [ ! -r $1 ]
- then
- echo Cannot read \"$1\". Exiting. >&2
- exit 1
- fi
- if echo $1 | egrep -i '\.sgml$|\.sgm$' >/dev/null 2>&1
- then
- # now make sure that the output directory is always a subdirectory
- # of hte current directory
- echo
- input_file=`basename $1`
- output="`echo $input_file | sed 's,\.sgml$,,;s,\.sgm$,,'`"
- echo "input file was called $input_file -- output will be in $output"
- echo
- fi
-fi
-
-# we used to generate a single file, but with the modular DB_STYLESHEETs
-# it's best to make a new directory with several html files in it
-#cat $* | jade -d $DB_STYLESHEET -t sgml -V nochunks > $TMPFN
-
-mkdir $TMPDIR
-SAVE_PWD=`pwd`
-if [ $1 = `basename $1` ]; then
- echo "working on ../$1"
- (cd $TMPDIR; $JADE -t sgml -ihtml -d ${DB_STYLESHEET}\#html $CATALOG_OPTION ../$1; cd $SAVE_PWD)
-else
- echo "working on $1"
- (cd $TMPDIR; $JADE -t sgml -ihtml -d ${DB_STYLESHEET}\#html $CATALOG_OPTION $1; cd $SAVE_PWD)
-fi
-
-if [ $# -eq 1 ]
-then
- if [ -d ${output}.junk ]
- then
- rm -rf ${output}.junk
- fi
- if [ -d ${output} ]
- then
- mv $output ${output}.junk
- fi
- echo "about to copy cascading stylesheet and admon graphics to temp dir"
- cp ${HTML_STYLESHEET} ${TMPDIR}/
- mkdir ${TMPDIR}/stylesheet-images
- cp ${ADMON_GRAPHICS} ${TMPDIR}/stylesheet-images
- echo "about to rename temporary directory to $output"
- mv ${TMPDIR} $output
-else
- cat $TMPDIR/*
-fi
-
-rm -rf $TMPDIR
-
-exit 0
rmfile ./glafp-utils/docbook/db2html.dir/db2html.sh
rmdir ./glafp-utils/docbook/db2html.dir
hunk ./glafp-utils/docbook/db2pdf.dir/Makefile 1
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-
-SCRIPT_PROG=../db2pdf
-SCRIPT_OBJS=db2pdf.sh
-SCRIPT_SUBST_VARS=JADE DOCBOOK_CATALOG
-INTERP=$(SHELL)
-
-CLEAN_FILES += $(SCRIPT_PROG)
-DESTDIR=$(INSTSCRIPTDIR)
-
-include $(TOP)/mk/target.mk
rmfile ./glafp-utils/docbook/db2pdf.dir/Makefile
hunk ./glafp-utils/docbook/db2pdf.dir/db2pdf.sh 1
-if [ ! -f "$DOCBOOK_CATALOG" ] && [ ! -f "$SGML_CATALOG_FILES" ] ; then
- echo "CATALOG file not set up; see installation guide for details."
- exit 1
-fi
-
-if [ -f "$DOCBOOK_CATALOG" ] ; then
- CATALOG_OPTION="-c $DOCBOOK_CATALOG"
-fi
-
-# Dave Mason's option to specify a different stylesheet
-case $1 in
- -d) DB_STYLESHEET=$2
- shift 2
- ;;
-esac
-
-echo "Using stylesheet: \"${DB_STYLESHEET}\""
-
-if [ $# -gt 2 ]
-then
- echo "Usage: `basename $0` [filename.sgml]" >&2
- exit 1
-fi
-
-if [ $# -eq 1 ]
-then
- if [ ! -r $1 ]
- then
- echo Cannot read \"$1\". Exiting. >&2
- exit 1
- fi
- if echo $1 | egrep -i '\.sgml$|\.sgm$' >/dev/null 2>&1
- then
- output="`echo $1 | sed 's,\.sgml$,,;s,\.sgm$,,'`"
- fi
-fi
-
-$JADE -t tex -d ${DB_STYLESHEET}\#print -o ${output}.tex $CATALOG_OPTION $1
-
-jadetex ${output}
-
-# See if running jadetex twice cures the problem.
-if egrep '^LaTeX Warning: There were undefined references.$' ${TMPFN}.log >/dev/null 2>&1
-then
- jadetex ${output}
- jadetex ${output}
-fi
-
-dvips ${output}.dvi -o ${output}.ps
-ps2pdf ${output}.ps ${output}.pdf
-
-# clean out
-rm -f ${output}.log
-rm -f ${output}.aux
-rm -f ${output}.tex
-
-exit 0
rmfile ./glafp-utils/docbook/db2pdf.dir/db2pdf.sh
rmdir ./glafp-utils/docbook/db2pdf.dir
hunk ./glafp-utils/docbook/db2ps.dir/Makefile 1
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-
-SCRIPT_PROG=../db2ps
-SCRIPT_OBJS=db2ps.sh
-INTERP=$(SHELL)
-
-CLEAN_FILES += $(SCRIPT_PROG)
-DESTDIR=$(INSTSCRIPTDIR)
-
-include $(TOP)/mk/target.mk
rmfile ./glafp-utils/docbook/db2ps.dir/Makefile
hunk ./glafp-utils/docbook/db2ps.dir/db2ps.sh 1
-# Dave Mason's option to specify a different stylesheet
-case $1 in
- -d) DB_STYLESHEET=$2
- shift 2
- ;;
-esac
-
-if [ $# -gt 2 ]
-then
- echo "Usage: `basename $0` [filename.sgml]" >&2
- exit 1
-fi
-
-output="`echo $1 | sed 's,\.sgml$,.ps,;s,\.sgm$,.ps,'`"
-outdvi="`echo $1 | sed 's,\.sgml$,.dvi,;s,\.sgm$,.dvi,'`"
-make $outdvi
-dvips $outdvi -o $output
-
-exit 0
rmfile ./glafp-utils/docbook/db2ps.dir/db2ps.sh
rmdir ./glafp-utils/docbook/db2ps.dir
hunk ./glafp-utils/docbook/db2rtf.dir/Makefile 1
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-
-SCRIPT_PROG=../db2rtf
-SCRIPT_OBJS=db2rtf.sh
-SCRIPT_SUBST_VARS=JADE DOCBOOK_CATALOG
-INTERP=$(SHELL)
-
-CLEAN_FILES += $(SCRIPT_PROG)
-DESTDIR=$(INSTSCRIPTDIR)
-
-include $(TOP)/mk/target.mk
rmfile ./glafp-utils/docbook/db2rtf.dir/Makefile
hunk ./glafp-utils/docbook/db2rtf.dir/db2rtf.sh 1
-if [ ! -f "$DOCBOOK_CATALOG" ] && [ ! -f "$SGML_CATALOG_FILES" ] ; then
- echo "CATALOG file not set up; see installation guide for details."
- exit 1
-fi
-
-if [ -f "$DOCBOOK_CATALOG" ] ; then
- CATALOG_OPTION="-c $DOCBOOK_CATALOG"
-fi
-
-output=db2rtf.rtf
-
-# Dave Mason's option to specify a different stylesheet
-case $1 in
- -d) DB_STYLESHEET=$2
- shift 2
- ;;
-esac
-
-echo "Using stylesheet: \"${DB_STYLESHEET}\""
-
-if [ $# -gt 2 ]
-then
- echo "Usage: `basename $0` [filename.sgml]" >&2
- exit 1
-fi
-
-if [ $# -eq 1 ]
-then
- if [ ! -r $1 ]
- then
- echo Cannot read \"$1\". Exiting. >&2
- exit 1
- fi
- if echo $1 | egrep -i '\.sgml$|\.sgm$' >/dev/null 2>&1
- then
- output="`echo $1 | sed 's,\.sgml$,.rtf,;s,\.sgm$,.rtf,'`"
- fi
-fi
-
-cat $* | $JADE -t rtf -d ${DB_STYLESHEET}\#print $CATALOG_OPTION
-
-if [ $# -eq 1 ]
-then
- mv jade-out.rtf $output
-else
- cat jade-out.rtf
-fi
-
-exit 0
rmfile ./glafp-utils/docbook/db2rtf.dir/db2rtf.sh
rmdir ./glafp-utils/docbook/db2rtf.dir
hunk ./glafp-utils/docbook/html/docbook.css 1
-.BOOK .TITLE { text-align: center }
-.BOOK .SUBTITLE { text-align: center }
-.BOOK .CORPAUTHOR { text-align: center }
-.BOOK .AUTHOR { text-align: center }
-.BOOK .AFFILIATION { text-align: center }
-.BOOK .EDITEDBY { text-align: center }
-.BOOK .EDITOR { text-align: center }
-.BOOK .GRAPHIC { text-align: center }
-
-.ARTICLE .TITLE { text-align: center }
-.ARTICLE .SUBTITLE { text-align: center }
-.ARTICLE .CORPAUTHOR { text-align: center }
-.ARTICLE .AUTHOR { text-align: center }
-.ARTICLE .AFFILIATION { text-align: center }
-.ARTICLE .EDITEDBY { text-align: center }
-.ARTICLE .EDITOR { text-align: center }
-.ARTICLE .GRAPHIC { text-align: center }
-.ARTICLE .ABSTRACT { margin-left: 0.5in;
- margin-right: 0.5in;
- font-style: italic }
rmfile ./glafp-utils/docbook/html/docbook.css
binary ./glafp-utils/docbook/html/images/caution.gif
oldhex
*47494638376118001800f700000000000808001010001818002121003131004242005a5a006363
*006b6b007373007b7b008484008484738c8c008c8c738c8c8c94940094947394947b9c9c009c9c
*739c9c7b9c9c949c9c9ca5a500a5a563a5a59ca5a5a5b5b500b5b55ab5b563b5b5b5bdbd00bdbd
*63cece00cececed6d600d6d6ced6d6d6dede00dede31dede39dede42e7e700e7e731e7e739e7e7
*e7efef00efefeff7f700f7f710f7f718f7f731f7f7f7ffff00ffff10ffff18ffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ff2c00000000180018000008f40075081c48b0a0c183085fc440c8902089061b1636444842c20a
*0f17244e24f8a2c10a19343e70d0b8f1610d1928657c88b8514745152859c000e961e444121360
*cae85000010b19386a922c58d1454a05000674401914c350811d3f1e4dba1465489b0e1b9c4c29
*8382800225b8aa6429f0a5d89d020cfce44a43a88ea867658c1870602d5b0d2074c4e0e081c659
*160312cc14ab6202098131367cf88bc0c1d916120e0fdcfbc16fca120b22d895d102826482893d
*e048c90000811029554446b85734ca0c040c8495e1c2c2e783ad2d9758abc2f6c6c48bb942bedd
*90b2e5cec42786c6a13af96f0e1a0cb7c40dc2f9c08000003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/caution.gif
binary ./glafp-utils/docbook/html/images/home.gif
oldhex
*47494638376123000f00f70000108c10218c21299429319c31429c424aa54a63ad6373bd7384bd
*848cc68c94ce94a5cea5b5deb5c6dec6cee7ced6efd6e7efe7eff7efffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ff2c0000000023000f000008c80025081c48b0a0c18308132a5cc8b0a143811018347020c14103
*06101e32342040600401073432444060200104031d5014e820824a091107466010e12049932825
*1058b06000cc0005100040704000ca07041a0cc85810410004509f4a606040a081053a1948803a
*b5e401ad081218bc29f0e4d69c5c098045d9a024010350b5362d5916e58290120e60557bb6ab84
*ab098bd694001226810710086414a0f54048061d1b0888004141c188132b5ecc082141828c0f2e
*ce6c0061b3840608b08a5ccdbab5eb860101003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/home.gif
binary ./glafp-utils/docbook/html/images/important.gif
oldhex
*47494638376118001800f700000000000808081010101818182929293939394242314242424a4a
*4a5252525a5a296363186363526363636b6b426b6b6b7373527b7b7b8484848c8c188c8c398c8c
*7b8c8c8c94945a94948c9494949c9c5a9c9c639c9c7b9c9c9ca5a563a5a584a5a594a5a59ca5a5
*a5adad21adad39adad6badad7badad84adad8cadada5adadadb5b54ab5b552b5b58cb5b5b5bdbd
*08bdbd5abdbd84bdbd9cbdbdbdc6c608c6c65ac6c6c6cece73cececed6d618d6d652d6d663d6d6
*6bd6d6d6dede00dede21dede31dede39dede52dededee7e708e7e721e7e729e7e731e7e75ae7e7
*63e7e77be7e7e7efef00efef10efef31efef42efefeff7f710f7f718f7f731f7f739f7f74af7f7
*f7ffff00ffff08ffff10ffff21ffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ff2c00000000180018000008fe00b7081c487089418304132adcb2c486880c222242c461652141
*2b332c7c00d2a46347191c2ce0b0c8308387245752aa54a94383888a09ad6488d164a5cd944d4c
*b88839d326130a107cdcdcb073208e123557520000404152954d3c0c11b824044a9b0d98160072
*53470a813850dcbc228169022763392cd92222c8d8114c1764198b02c712114f57be100060c2d8
*2b4432dccdab3207010124fe061e3cf64701012b140bc63bd6c881013b2433bef9c4c203258a45
*6c71c1f5e611a039e6deacbba5c787b111cc1ee10c62ad95103a6e42606ae0874d2c308ab6f640
*d88703062f6ef2100185a0081337b5a0bd2952a1880d847ff3903072a1080d359e1f8c7dc22283
*0d92ad45544041a43d911b1c2aa8588b9eaa8d0cf827d24f1810003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/important.gif
binary ./glafp-utils/docbook/html/images/next.gif
oldhex
*47494638376123000f00f70000008400108c10218c21299429319c31429c424aa54a52ad5263ad
*636bb56b84bd848cc68c94ce94a5cea5add6adb5deb5c6dec6cee7ced6efd6e7efe7eff7efffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ff2c0000000023000f000008a9002b081c48b0a0c18308132a5cc8b0a1c382101e4c102821e2c4
*870a251008705181028609223854408080c0071028a63c5860254305130424a810b1c283030f08
*4c3810a00202060d041c68d0f06384000e5056d059a18048021e05b61c29d04100062901785420
*81268095538b0e3cf0b58280ae033d9a6cea52e104032e093ca8a0e040858a49972e68aa40e4c2
*0816054eb8d8400184091022209618c130c6c790234b9e5c2120003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/next.gif
binary ./glafp-utils/docbook/html/images/note.gif
oldhex
*47494638376118001800f700000000000101010202020303030404040505050606060707070808
*080909090a0a0a0b0b0b0c0c0c0d0d0d0e0e0e0f0f0f1010101111111212121313131414141515
*151616161717171818181919191a1a1a1b1b1b1c1c1c1d1d1d1e1e1e1f1f1f2020202121212222
*222323232424242525252626262727272828282929292a2a2a2b2b2b2c2c2c2d2d2d2e2e2e2f2f
*2f3030303131313232323333333434343535353636363737373838383939393a3a3a3b3b3b3c3c
*3c3d3d3d3e3e3e3f3f3f4040404141414242424343434444444545454646464747474848484949
*494a4a4a4b4b4b4c4c4c4d4d4d4e4e4e4f4f4f5050505151515252525353535454545555555656
*565757575858585959595a5a5a5b5b5b5c5c5c5d5d5d5e5e5e5f5f5f6060606161616262626363
*636464646565656666666767676868686969696a6a6a6b6b6b6c6c6c6d6d6d6e6e6e6f6f6f7070
*707171717272727373737474747575757676767777777878787979797a7a7a7b7b7b7c7c7c7d7d
*7d7e7e7e7f7f7f8080808181818282828383838484848585858686868787878888888989898a8a
*8a8b8b8b8c8c8c8d8d8d8e8e8e8f8f8f9090909191919292929393939494949595959696969797
*979898989999999a9a9a9b9b9b9c9c9c9d9d9d9e9e9e9f9f9fa0a0a0a1a1a1a2a2a2a3a3a3a4a4
*a4a5a5a5a6a6a6a7a7a7a8a8a8a9a9a9aaaaaaabababacacacadadadaeaeaeafafafb0b0b0b1b1
*b1b2b2b2b3b3b3b4b4b4b5b5b5b6b6b6b7b7b7b8b8b8b9b9b9babababbbbbbbcbcbcbdbdbdbebe
*bebfbfbfc0c0c0c1c1c1c2c2c2c3c3c3c4c4c4c5c5c5c6c6c6c7c7c7c8c8c8c9c9c9cacacacbcb
*cbcccccccdcdcdcecececfcfcfd0d0d0d1d1d1d2d2d2d3d3d3d4d4d4d5d5d5d6d6d6d7d7d7d8d8
*d8d9d9d9dadadadbdbdbdcdcdcdddddddedededfdfdfe0e0e0e1e1e1e2e2e2e3e3e3e4e4e4e5e5
*e5e6e6e6e7e7e7e8e8e8e9e9e9eaeaeaebebebecececedededeeeeeeefefeff0f0f0f1f1f1f2f2
*f2f3f3f3f4f4f4f5f5f5f6f6f6f7f7f7f8f8f8f9f9f9fafafafbfbfbfcfcfcfdfdfdfefefeffff
*ff2c00000000180018000008fe00ff091c48f09c418304132a14d8ab14a552101f3a5b98f09d31
*46a5ac9d7bc7f19c314a9426523cf7d01bc57fce28d55af8aed4ca93025bf6aa4869264c823509
*3a2b75b3622993027ff64cb853605182c67ad552dacbdb4184ff4a9d8beaed9d356ba518d572e6
*cd9a3346842046a4746eeb39a920b70a3c97d298b3394dbd750de98d6c46b203df511aa3458994
*3d356b2d35f68ea4b7bb5319eee17a98d2bf778f07d63deb8d5162bd7354f6c2b89024654a7b4a
*715cb3c7abb13d40139efd57cb9ac05a21d76c9e33c6a6c25213b1c63c2d25332163145b428e2a
*f29fd3e3277bd9c69a78e8cee1af790efdc7a8f8c05e94a053fc6a9d206cc29dbf14c3c48a51ee
*396f3bb53687891e2448dcda070604003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/note.gif
binary ./glafp-utils/docbook/html/images/prev.gif
oldhex
*47494638376123000f00f70000008400108c10218c21299429319c31429c424aa54a52ad526bb5
*6b73bd7384bd848cc68c94ce94a5cea5add6adc6dec6cee7ced6efd6e7efe7eff7efffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ff2c0000000023000f000008950029081c48b0a0c18308132a5cc8b0a14383121e487cf0b06282
*010f12089050b1a18202020728a04091220508103a12fc285000030800146044c0400102090212
*9c34c091a102010a0c8ca40080820409030406a0d0c000d39e3e41122c4a12a882a101240cf528
*7520559c05131c30d9f0224109007a12684092235887111fa4140841a240090b1448984057a5df
*bf80033b0c08003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/prev.gif
binary ./glafp-utils/docbook/html/images/tip.gif
oldhex
*47494638376119001800f700000000000101010202020303030404040505050606060707070808
*080909090a0a0a0b0b0b0c0c0c0d0d0d0e0e0e0f0f0f1010101111111212121313131414141515
*151616161717171818181919191a1a1a1b1b1b1c1c1c1d1d1d1e1e1e1f1f1f2020202121212222
*222323232424242525252626262727272828282929292a2a2a2b2b2b2c2c2c2d2d2d2e2e2e2f2f
*2f3030303131313232323333333434343535353636363737373838383939393a3a3a3b3b3b3c3c
*3c3d3d3d3e3e3e3f3f3f4040404141414242424343434444444545454646464747474848484949
*494a4a4a4b4b4b4c4c4c4d4d4d4e4e4e4f4f4f5050505151515252525353535454545555555656
*565757575858585959595a5a5a5b5b5b5c5c5c5d5d5d5e5e5e5f5f5f6060606161616262626363
*636464646565656666666767676868686969696a6a6a6b6b6b6c6c6c6d6d6d6e6e6e6f6f6f7070
*707171717272727373737474747575757676767777777878787979797a7a7a7b7b7b7c7c7c7d7d
*7d7e7e7e7f7f7f8080808181818282828383838484848585858686868787878888888989898a8a
*8a8b8b8b8c8c8c8d8d8d8e8e8e8f8f8f9090909191919292929393939494949595959696969797
*979898989999999a9a9a9b9b9b9c9c9c9d9d9d9e9e9e9f9f9fa0a0a0a1a1a1a2a2a2a3a3a3a4a4
*a4a5a5a5a6a6a6a7a7a7a8a8a8a9a9a9aaaaaaabababacacacadadadaeaeaeafafafb0b0b0b1b1
*b1b2b2b2b3b3b3b4b4b4b5b5b5b6b6b6b7b7b7b8b8b8b9b9b9babababbbbbbbcbcbcbdbdbdbebe
*bebfbfbfc0c0c0c1c1c1c2c2c2c3c3c3c4c4c4c5c5c5c6c6c6c7c7c7c8c8c8c9c9c9cacacacbcb
*cbcccccccdcdcdcecececfcfcfd0d0d0d1d1d1d2d2d2d3d3d3d4d4d4d5d5d5d6d6d6d7d7d7d8d8
*d8d9d9d9dadadadbdbdbdcdcdcdddddddedededfdfdfe0e0e0e1e1e1e2e2e2e3e3e3e4e4e4e5e5
*e5e6e6e6e7e7e7e8e8e8e9e9e9eaeaeaebebebecececedededeeeeeeefefeff0f0f0f1f1f1f2f2
*f2f3f3f3f4f4f4f5f5f5f6f6f6f7f7f7f8f8f8f9f9f9fafafafbfbfbfcfcfcfdfdfdfefefeffff
*ff2c00000000190018000008ea00ff091c48f09c418304132a1478ce58294aa5224274766f61c2
*7bbd269ebbb7b121254ace2c3284e84da4338816ef51ea5551e4bf73a56a2954d94b21cc730a57
*267456aae5c07b7b42acc159b0544986a58812bc37078216a503794695b9d09bd1852a895e55c8
*68cf1eaa0a6b8584e99360080000d6941d788ed2cb9e0b29e548bb76e45ba83fc7d05dd8f66ddd
*7ff7f4aae5ebf62656c17fbdb9fd27f6f05e85a542feb3ea787042c38023cf44acb057cd8156f1
*320db1672d4fbc11157a33269920a3d6046b51c2abd0d96b910f8dfd3d27db98cbc99418193d78
*12226d8be78a7f8c7cfc5f4000003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/tip.gif
binary ./glafp-utils/docbook/html/images/toc-blank.gif
oldhex
*4749463839610f000900b30000000000800000008000808000000080800080008080c0c0c08080
*80ff000000ff00ffff000000ffff00ff00ffffffffff2c000000000f000900000414f0c987a6bd
*38dbaabba76025825fc695a8746611003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/toc-blank.gif
binary ./glafp-utils/docbook/html/images/toc-minus.gif
oldhex
*4749463839610f000900f70000000000848484ffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ff2c000000000f0009000008300003081c385080c183010e2a4ca85000c3860f1136341891a200
*0018313adc9850e0c48d103f56041912224182130302003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/toc-minus.gif
binary ./glafp-utils/docbook/html/images/toc-plus.gif
oldhex
*4749463839610f000900f70000000000848484ffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ff2c000000000f0009000008330003081c385080c183010e2a4ca850004301001036747830a2c1
*87120168d44831a1c787162936042971e444910b09129c1810003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/toc-plus.gif
binary ./glafp-utils/docbook/html/images/up.gif
oldhex
*47494638376123000f00f70000008400108c10218c21299429319c31429c4263ad636bb56b84bd
*848cc68c94ce94b5deb5c6dec6cee7ced6efd6e7efe7eff7efffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ff2c0000000023000f0000087f0023081c48b0a0c18308132a5cc870e083050c1a4468c0600184
*86180d0c10088180038c181114188840a083070d1e80442892640407050c2c28b060a5c196024b
*464050f281009b0571eecca9130050824213108de0f3a8c3000c2230509093c08303549d724c80
*206a4e03086a6a4dc873ac4207070e7c34cbb66dc28000003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/up.gif
binary ./glafp-utils/docbook/html/images/warning.gif
oldhex
*47494638376118001800f700000800001000001800002100002900003100004200004a00005200
*005a00006b00007300007b00008400008c0000940000947b7b9c52529c5a5a9c7b7ba50000a539
*39a54a4aa58484a59494a5a5a5ad0000ad3131ad9494b50000b52929b58c8cb59c9cb5a5a5b5b5
*b5bd0000bdadadbdb5b5c60000c61010c61818c6c6c6ce0000ce1010ce1818ce2929d60000d629
*29d6d6d6de0000dededee70000e72121e7e7e7ef0000ef0808efefeff70000f7f7f7ff0000ffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
*ff2c00000000180018000008fe0079081cc843068c830811e220c870608a081e36449cb8610387
*850d078ab0702387c78f1f515ccc882345858e2053e640710123c1141250aa4c8922834b1e224e
*aaecf0c0854a9618537054398240800432435e941121e9c707010210f0f933048c0d3373681010
*c0408c993720c0f090d5c40000089c7a0c7b356b8c02011664654b76e68c03011ccc158b352b82
*0014f68ecd9a4381000d82fbce1cd180aa4aba5967304080182c04198a536a88ea75660b0c3840
*a098d9614080033354be98208347e8d13b1ba8507da1b5401c1c4e104e49e332431d2274efcef1
*02c2cd81b861677d513be36dd13766449f3ea3856fe702759098c0bd3b770cb609020604003b
newhex
*
rmfile ./glafp-utils/docbook/html/images/warning.gif
rmdir ./glafp-utils/docbook/html/images
rmdir ./glafp-utils/docbook/html
rmdir ./glafp-utils/docbook
hunk ./mk/config.mk.in 182
-#
-# Which ways should SGML documents be built?
-# options are: dvi ps pdf html rtf
-#
-SGMLDocWays=
-
hunk ./mk/config.mk.in 883
-#-----------------------------------------------------------------------------
-# SGML stuff
-
-JADE = @JadeCmd@
-
-SGML2DVI = $(DOCBOOK_PREFIX)db2dvi
-SGML2HTML = $(DOCBOOK_PREFIX)db2html
-SGML2PS = $(DOCBOOK_PREFIX)db2ps
-SGML2PDF = $(DOCBOOK_PREFIX)db2pdf
-SGML2RTF = $(DOCBOOK_PREFIX)db2rtf
-
-SGMLSTYLESHEET = $(FPTOOLS_TOP_ABS)/docs/fptools-both.dsl
-
-SRC_SGML2DVI_OPTS = -d $(SGMLSTYLESHEET)
-SRC_SGML2HTML_OPTS = -d $(SGMLSTYLESHEET)
-SRC_SGML2PS_OPTS = -d $(SGMLSTYLESHEET)
-SRC_SGML2RTF_OPTS = -d $(SGMLSTYLESHEET)
-SRC_SGML2PDF_OPTS = -d $(SGMLSTYLESHEET)
-
-DOCBOOK_CATALOG = @Catalog@
-
hunk ./mk/opts.mk 8
-# $Id: opts.mk,v 1.35 2004/08/15 20:28:06 panne Exp $
+# $Id: opts.mk,v 1.36 2004/08/26 20:08:54 panne Exp $
hunk ./mk/opts.mk 102
-SGML2DVI_OPTS = $(SRC_SGML2DVI_OPTS) $(WAY$(_way)_SGML2DVI_OPTS) $(EXTRA_SGML2DVI_OPTS)
-SGML2PS_OPTS = $(SRC_SGML2PS_OPTS) $(WAY$(_way)_SGML2PS_OPTS) $(EXTRA_SGML2PS_OPTS)
-SGML2PDF_OPTS = $(SRC_SGML2PDF_OPTS) $(WAY$(_way)_SGML2PDF_OPTS) $(EXTRA_SGML2PDF_OPTS)
-SGML2RTF_OPTS = $(SRC_SGML2RTF_OPTS) $(WAY$(_way)_SGML2RTF_OPTS) $(EXTRA_SGML2RTF_OPTS)
-SGML2HTML_OPTS = $(SRC_SGML2HTML_OPTS) $(WAY$(_way)_SGML2HTML_OPTS) $(EXTRA_SGML2HTML_OPTS)
hunk ./mk/suffix.mk 329
-#-----------------------------------------------------------------------------
-# SGML suffix rules
-#
-%.dvi : %.sgml
- @$(RM) $@
- $(SGML2DVI) $(SGML2DVI_OPTS) $<
-
-%.ps : %.sgml
- @$(RM) $@
- $(SGML2PS) $(SGML2PS_OPTS) $<
-
-%.html : %.sgml
- @$(RM) $@
-# $(PERL) $(COLLATEINDEX) -N -o index.sgml
-# $(JADE) -t sgml -V html-index -d $(SGMLSTYLESHEET) -c $(DOCBOOK_CATALOG) $<
-# $(PERL) $(COLLATEINDEX) -N -o index.sgml
- $(SGML2HTML) $(SGML2HTML_OPTS) $<
-# touch the .html file so that it is seen to be built
- @touch $@
-
-%.html : %.tex
- @$(RM) $@
- $(HEVEA) $(HEVEA_OPTS) $(patsubst %.tex,%.hva,$<) $<
- $(HEVEA) $(HEVEA_OPTS) $(patsubst %.tex,%.hva,$<) $<
- $(HACHA) $(HACHA_OPTS) $(patsubst %.tex,%.html,$<)
-# Run HeVeA twice to resolve labels
-
-%.rtf : %.sgml
- @$(RM) $@
- $(SGML2RTF) $(SGML2RTF_OPTS) $<
-
-%.pdf : %.sgml
- @$(RM) $@
- $(SGML2PDF) $(SGML2PDF_OPTS) $<
-
hunk ./mk/target.mk 798
-ifneq "$(SGMLDocWays)" ""
-install-docs:: $(INSTALL_DOCS)
- @$(INSTALL_DIR) $(datadir)
- for i in $(INSTALL_DOCS); do \
- $(INSTALL_DATA) $(INSTALL_OPTS) $$i $(datadir); \
- done
-endif
hunk ./mk/target.mk 829
-ifneq "$(INSTALL_SGML_DOC)" ""
-ifneq "$(SGMLDocWays)" ""
-install-docs:: $(foreach i,$(SGMLDocWays),$(INSTALL_SGML_DOC).$i)
- @$(INSTALL_DIR) $(datadir)
- @for i in $(SGMLDocWays); do \
- if [ $$i = "html" ]; then \
- $(INSTALL_DIR) $(datadir)/html; \
- echo $(CP) -r $(INSTALL_SGML_DOC) $(datadir)/html; \
- $(CP) -r $(INSTALL_SGML_DOC) $(datadir)/html; \
- else \
- echo $(INSTALL_DATA) $(INSTALL_OPTS) $(INSTALL_SGML_DOC).$$i $(datadir); \
- $(INSTALL_DATA) $(INSTALL_OPTS) $(INSTALL_SGML_DOC).$$i $(datadir); \
- fi \
- done
-endif
-endif
-
hunk ./mk/target.mk 910
-################################################################################
-#
-# SGML Documentation
-#
-################################################################################
-
-.PHONY: dvi ps html pdf rtf
-
-ifneq "$(SGML_DOC)" ""
-
-all :: $(SGMLDocWays)
-
-# multi-file SGML document: main document name is specified in $(SGML_DOC),
-# sub-documents (.sgml files) listed in $(SGML_SRCS).
-
-ifeq "$(SGML_SRCS)" ""
-SGML_SRCS = $(wildcard *.sgml)
-endif
-
-SGML_TEX = $(addsuffix .tex,$(SGML_DOC))
-SGML_DVI = $(addsuffix .dvi,$(SGML_DOC))
-SGML_PS = $(addsuffix .ps,$(SGML_DOC))
-SGML_PDF = $(addsuffix .pdf,$(SGML_DOC))
-SGML_RTF = $(addsuffix .rtf,$(SGML_DOC))
-SGML_HTML = $(addsuffix .html,$(SGML_DOC))
-# HTML output goes in a subdirectory on its own.
-SGML_TEXT = $(addsuffix .txt,$(SGML_DOC))
-
-$(SGML_DVI) $(SGML_PS) $(SGML_HTML) $(SGML_TEXT) $(SGML_PDF) :: $(SGML_SRCS)
-
-dvi :: $(SGML_DVI)
-ps :: $(SGML_PS)
-pdf :: $(SGML_PDF)
-rtf :: $(SGML_RTF)
-html :: $(SGML_HTML)
-txt :: $(SGML_TEXT)
-
-CLEAN_FILES += $(SGML_TEXT) $(SGML_TEX) $(SGML_PS) $(SGML_DVI) $(SGML_PDF) $(SGML_RTF) $(SGML_HTML) $(SGML_DOC)-*.html
-# can't use $(SGML_SRCS) here, it was maybe used elsewhere
-
-extraclean ::
- $(RM) -rf DBTOHTML_OUTPUT_*
- $(RM) -rf *.junk/
- $(RM) -rf $(SGML_DOC)
-endif
-
}