summaryrefslogtreecommitdiff
path: root/doc/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix commentPeter Eisentraut2001-11-251-2/+2
|
* Improve wording.Bruce Momjian2001-11-231-2/+2
|
* Document index entries are built first.Bruce Momjian2001-11-231-1/+2
|
* Change tar -T file to tar `cat file` for BSD tar.Bruce Momjian2001-09-301-2/+2
|
* Change tar -c -f to -cf for BSD tar.Bruce Momjian2001-09-301-3/+3
|
* Fix *.gif expansion to be empty when no gif files are used.Peter Eisentraut2001-09-301-2/+2
|
* Generate index.html as the root file name of the documentation set,Peter Eisentraut2001-09-181-29/+7
| | | | | | | | | | | | | rather than making index.html a symlink to the autogenerated name. Fixes fatal problems with tar programs that don't handle symlinks very well (MacOS X). (The names user.html, admin.html, etc. are still available as make targets, but they aren't packaged anymore.) Use the manifest file that the stylesheets generate as the file list for packaging. Put graphics in the right place while building, not while packaging, so you can actually look at them after building.
* Unify the zip rules and variables.Peter Eisentraut2001-09-171-10/+1
|
* Some formatting changes, add CSS stylesheet. Include indexes inPeter Eisentraut2001-09-141-5/+9
| | | | documentation tarball builds.
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-291-2/+2
| | | | | | | | system. Some systems did not understand the 'l' section, and in general it wasn't entirely appropriate. On SCO OpenServer, the man pages won't be installed at all until someone figures out their man system.
* > Kinda looks like Ian broke the compile-in-source-dir case whileBruce Momjian2001-03-271-4/+7
| | | | | | | | > making the compile-in-separate-dir case work. Tut tut. Yes. My apologies. This patch is one way to fix things. Ian
* Allow building documentation outside source tree.Peter Eisentraut2001-03-251-4/+4
| | | | from Ian Lance Taylor
* No more .htm files, so don't try to add them to the doc tarballs.Tom Lane2001-02-171-5/+5
|
* Revive Reference Manual, remove reference pages from User's Guide.Peter Eisentraut2000-11-241-15/+5
| | | | | | | | | | | | | | | | 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.
* Split out Developer's from Programmer's guide.Peter Eisentraut2000-10-081-16/+15
|
* Define ZIP rather than GZIP.Thomas G. Lockhart2000-09-121-7/+9
| | | | Define ZIPSUFFIX to allow substitution of something other than gzip.
* GZIP vs ZIP variable naming messed upPeter Eisentraut2000-09-051-2/+2
|
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-13/+5
| | | | | to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
* Automatic dependency trackingPeter Eisentraut2000-07-161-5/+5
| | | | | The .DEFAULT rule in backend/Makefile is harmful -- removed. Replace `::' rules by `:'.
* Use sgml/Makefile to generate man sections, so just "make man" there.Thomas G. Lockhart1999-08-081-1/+1
|
* Include gif omitted from integrated doc.Thomas G. Lockhart1999-07-141-1/+1
| | | | Thanks to Goran Uddeborg for spotting this.
* Include rules for building a man tar file.Thomas G. Lockhart1999-07-061-0/+5
|
* Fix build rules for the tutorial,Thomas G. Lockhart1999-01-071-1/+1
| | | | which was not built last time these things changed.
* Try to get only html and gif files into tarballs.Thomas G. Lockhart1998-10-311-6/+11
| | | | Was picking up subdirectories and other garbage.
* Allow building a source tarball.Thomas G. Lockhart1998-05-091-12/+16
| | | | Try to generalize the gzip/tar usage for more portability.
* Include complete Makefile.global if available,Thomas G. Lockhart1998-04-051-3/+3
| | | | rather than just Makefile.custom.
* Make this rely on a real Makefile in sgml/.Thomas G. Lockhart1998-03-011-79/+29
| | | | Implement installation and cleaning.
* SGML source for new documentation.Thomas G. Lockhart1998-03-011-0/+120