Bruce Momjian
ec12e80019
> Kinda looks like Ian broke the compile-in-source-dir case while
...
> making the compile-in-separate-dir case work. Tut tut.
Yes. My apologies. This patch is one way to fix things.
Ian
25 years ago
Peter Eisentraut
b67e7bb1f7
Allow building documentation outside source tree.
...
from Ian Lance Taylor
25 years ago
Tom Lane
ec22e3127d
No more .htm files, so don't try to add them to the doc tarballs.
25 years ago
Peter Eisentraut
b2e76d570b
Revive Reference Manual, remove reference pages from User's Guide.
...
Make version.sgml the central place for updating version numbers in the
documentation. Document titles now contain the version number of the
release they belong to.
filelist.sgml is the central (and only) place to declare system entities
(i.e., sgml files). No longer a need to declare them in each document
header.
There is no longer any need to maintain duplicate chapter lists in
postgres.sgml and user/admin/etc.sgml, everything is build from the same
sources. Some parameter entities allow for different text to be included
when the integrated or a single doc set is generated, which eliminates the
problems that had caused this to fail in the past.
25 years ago
Peter Eisentraut
23d7c6973f
Split out Developer's from Programmer's guide.
26 years ago
Thomas G. Lockhart
2c2a9a0fab
Define ZIP rather than GZIP.
...
Define ZIPSUFFIX to allow substitution of something other than gzip.
26 years ago
Peter Eisentraut
d7f1e11026
GZIP vs ZIP variable naming messed up
26 years ago
Peter Eisentraut
424f0edcb8
Fix relative path references so that make knowns which dependencies refer
...
to one another. Sort out builddir vs srcdir variable namings. Remove some
now obsoleted make variables.
26 years ago
Peter Eisentraut
0d59dad770
Automatic dependency tracking
...
The .DEFAULT rule in backend/Makefile is harmful -- removed.
Replace `::' rules by `:'.
26 years ago
Thomas G. Lockhart
d0a1919852
Use sgml/Makefile to generate man sections, so just "make man" there.
27 years ago
Thomas G. Lockhart
d289011f8a
Include gif omitted from integrated doc.
...
Thanks to Goran Uddeborg for spotting this.
27 years ago
Thomas G. Lockhart
192a66e3da
Include rules for building a man tar file.
27 years ago
Thomas G. Lockhart
888760250a
Fix build rules for the tutorial,
...
which was not built last time these things changed.
27 years ago
Thomas G. Lockhart
3af9d95f38
Try to get only html and gif files into tarballs.
...
Was picking up subdirectories and other garbage.
28 years ago
Thomas G. Lockhart
3be86c98c6
Allow building a source tarball.
...
Try to generalize the gzip/tar usage for more portability.
28 years ago
Thomas G. Lockhart
e98562a511
Include complete Makefile.global if available,
...
rather than just Makefile.custom.
28 years ago
Thomas G. Lockhart
ffa399eba4
Make this rely on a real Makefile in sgml/.
...
Implement installation and cleaning.
28 years ago
Thomas G. Lockhart
c8cfb0cea8
SGML source for new documentation.
28 years ago