• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

all/H13-Oct-1998-9778

config/H03-May-2022-14,40211,740

debian/H03-May-2022-3,6493,179

doc/H03-May-2022-5,2215,157

dsssl/H03-May-2022-5,9025,731

generic/H13-Oct-1998-396340

grove/H03-May-2022-1,8121,565

groveoa/H13-Oct-1998-2,7132,388

include/H03-May-2022-15,38312,734

jade/H03-May-2022-22,12618,724

jadedist/H03-May-2022-8469

jadedoc/H03-May-2022-3,3583,017

lib/H03-May-2022-60,52955,221

nsgmls/H03-May-2022-2,8042,479

pubtext/H03-May-2022-4,7133,157

sgmlnorm/H13-Oct-1998-714633

spam/H03-May-2022-1,9131,692

spent/H13-Oct-1998-182155

spgrove/H03-May-2022-5,6804,887

style/H03-May-2022-37,34533,806

sx/H03-May-2022-1,4531,264

unicode/H03-May-2022-1,5351,488

COPYINGH A D01-Oct-19981.3 KiB2621

FILESH A D03-May-20229 KiB454453

MakefileH A D10-Oct-19985.1 KiB14888

Makefile.commH A D01-Oct-1998803 4635

Makefile.comm.inH A D03-May-20221.2 KiB7155

Makefile.inH A D03-May-20223 KiB11181

Makefile.jadeH A D03-May-2022196 97

Makefile.libH A D01-Oct-1998389 1814

Makefile.lib.CCH A D01-Oct-1998530 2512

Makefile.lib.inH A D03-May-2022681 3123

Makefile.lib.sunH A D01-Oct-1998250 139

Makefile.progH A D01-Oct-1998526 2114

Makefile.prog.inH A D12-Oct-1998682 2721

Makefile.watH A D01-Oct-19983.4 KiB150135

READMEH A D03-May-2022528 2012

README.configureH A D03-May-20222.6 KiB7459

SP.dswH A D07-Oct-19982.2 KiB11786

SP.makH A D12-Oct-1998614.9 KiB22,61921,522

VERSIONH A D03-May-20226 21

aclocal.m4H A D03-May-2022113.7 KiB3,5083,133

configureH A D03-May-2022202.2 KiB6,7405,174

configure.inH A D03-May-20224.5 KiB196171

jade-generate.makH A D07-Oct-1998808 4133

jade.dswH A D01-Oct-19985 KiB253194

jade.makH A D12-Oct-1998197.8 KiB6,9576,085

japan.sgmldeclH A D01-Oct-199810.3 KiB631621

msggen.plH A D01-Oct-19984.7 KiB254210

sp-generate.makH A D01-Oct-19981.3 KiB6957

sunfix.shH A D01-Oct-1998248 116

README

1Copyright (c) 1994, 1995, 1996 James Clark
2
3This directory contains an SGML parser called SP.
4
5If you got this file as part of a Jade distribution, then you can find
6information about Jade in HTML format in jadedoc/jade.htm.
7
8See the file /usr/doc/sp/copyright for copying permission.
9
10This is a production release.  The version number of SP is given in
11the file VERSION.
12
13All documentation is in HTML format in the doc directory.  Start with
14/usr/doc/sp/index.htm.
15
16Please report any bugs you find.
17
18James Clark
19jjc@jclark.com
20

README.configure

1README for Jade autoconf support
2Cees de Groot <cg@sgmltools.org>
3$Id: README.configure 1.2 1998/09/23 00:34:48 jjc Exp $
4
5With ./configure, you'll have an alternate method to prepare the source
6distribution for building. This support is experimental, and I'd like
7to receive feedback and patches for your operating system. If a build
8with autoconf doesn't work, you can always revert to the original Makefile
9which is saved by configure to Makefile.dist. 'make mrproper' will undo
10everything that has been modified by ./configure.
11
12Please note that the autoconf support is not James', but my
13responsibility: bother me with flames and patches, and I'll try tomake
14sure that the next release gets fixed where necessary. James cannot do
15more than forward everything to me, so please save his precious time.
16
17Usage:
18% ./configure; make; make install
19
20configure options:
21
22--help
23    Print a full list of options. This document only deals with the
24    non-standard options.
25--enable-http
26    This enables the built-in HTTP client so that you can use HTTP as
27    a method for getting to system identifiers.
28--enable-default-catalog=<pathlist>
29    Provide the built-in definition for SGML_CATALOG_FILES.
30
31Tested platforms:
32
33    - SuSE Linux 5.3 (gcc 2.7.2.1, libc 5.5.46)
34    - Solaris 2.6 (gcc 2.8.1)
35
36Shared library support:
37
38    By default, ./configure attempts to build shared libraries and link
39    against them. This is done via the "libtool" utility, a utility that
40    knows how to build shared libraries on a number of platforms.
41
42    By default, only shared libraries are built. If you have difficulties
43    building shared libraries, or you want to build static versions, you
44    can use the --{enable,disable}{shared,static} options to configure
45    libtool to your likings.
46
47    According to the libtool 1.2 docs, shared libraries work on:
48    <quote>
49	AIX 3.x (*-*-aix3*)
50	AIX 4.x (*-*-aix4*)
51	AmigaOS (*-*-amigaos*)
52	Digital/UNIX 3.x, 4.x, a.k.a. OSF/1 (*-*-osf3*, *-*-osf4*)
53	FreeBSD 2.x, 3.x (*-*-freebsd2*, *-*-freebsd3*)
54	GNU/Linux ELF (*-*-linux-gnu*, except aout, coff, and oldld)
55	HP-UX 9.x, 10.x (*-*-hpux9*, *-*-hpux10*) [see note]
56	IRIX 5.x, 6.x (*-*-irix5*, *-*-irix6*)
57	NetBSD 1.x (*-*-netbsd*)
58	OpenBSD 2.x (*-*-openbsd*)
59	OS/2 using EMX (*-*-os2*)
60	SCO OpenServer 5.x (*-*-sco3.2v5*)
61	Solaris 2.x (*-*-solaris2*)
62	SunOS 4.x, a.k.a. Solaris 1.x  (*-*-sunos4*)
63	UnixWare 2.x (*-*-sysv4.2uw2*)
64	UTS 4.x (*-*-uts4*)
65	All ELF targets that use both the GNU C
66    	    compiler (gcc) and GNU ld
67    </quote>
68
69    One more note from the libtool documentation: the HP/UX sed seems
70    to be badly broken, install GNU sed before attempting to build -
71    libtool depends on a working sed.
72
73
74