Ship documentation without intermediate tarballs

Peter Eisentraut <peter_e@gmx.net>

Commit: ed9208829afe90738608e3344b7cf0b7b323a371
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-08-09T22:47:59Z
Releases: 9.0.0
Ship documentation without intermediate tarballs

Documentation files in HTML and man formats are now prepared for
distribution using the distprep make target, like everything else.  They
are placed in doc/src/sgml/html and manX and installed from there by
make install, if present.  The business with the tarballs in the tarball
is gone.

Files

PathChange+/−
doc/Makefile modified +3 −95
doc/src/Makefile modified +2 −12
doc/src/sgml/docguide.sgml modified +3 −26
doc/src/sgml/Makefile modified +144 −43
doc/src/sgml/stylesheet.dsl modified +4 −1
doc/src/sgml/stylesheet.xsl modified +1 −0
GNUmakefile.in modified +4 −1
src/Makefile.global.in modified +2 −2